Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:liveCall
(Results
1 - 3
of
3
) sorted by relevance
/base/telephony/call_manager/services/audio/src/
H
A
D
audio_control_manager.cpp
69
sptr<CallBase>
liveCall
= CallObjectManager::GetOneCallObject(callId);
in UpdateForegroundLiveCall()
local
70
if (
liveCall
== nullptr) {
in UpdateForegroundLiveCall()
71
TELEPHONY_LOGE("
liveCall
is nullptr");
in UpdateForegroundLiveCall()
74
if (
liveCall
->GetTelCallState() == TelCallState::CALL_STATUS_ACTIVE ||
in UpdateForegroundLiveCall()
75
liveCall
->GetTelCallState() == TelCallState::CALL_STATUS_DIALING ||
in UpdateForegroundLiveCall()
76
liveCall
->GetTelCallState() == TelCallState::CALL_STATUS_ALERTING) {
in UpdateForegroundLiveCall()
78
frontCall_ =
liveCall
;
in UpdateForegroundLiveCall()
81
int32_t liveCallId =
liveCall
->GetCallID();
in UpdateForegroundLiveCall()
83
frontCall_ =
liveCall
;
in UpdateForegroundLiveCall()
675
sptr<CallBase>
liveCall
in GetInitAudioDeviceType()
local
[all...]
H
A
D
audio_device_manager.cpp
238
sptr<CallBase>
liveCall
= CallObjectManager::GetForegroundLiveCall();
in RemoveAudioDeviceList()
local
239
if (
liveCall
!= nullptr && (
liveCall
->GetVideoStateType() == VideoStateType::TYPE_VIDEO ||
in RemoveAudioDeviceList()
240
liveCall
->GetCallType() == CallType::TYPE_SATELLITE)) {
in RemoveAudioDeviceList()
542
sptr<CallBase>
liveCall
= CallObjectManager::GetForegroundLiveCall();
in ReportAudioDeviceInfo()
local
543
return ReportAudioDeviceInfo(
liveCall
);
in ReportAudioDeviceInfo()
/base/telephony/call_manager/services/call/src/
H
A
D
call_object_manager.cpp
699
sptr<CallBase>
liveCall
= nullptr;
in GetForegroundCall()
local
707
liveCall
= (*it);
in GetForegroundCall()
712
liveCall
= (*it);
in GetForegroundCall()
716
liveCall
= (*it);
in GetForegroundCall()
720
liveCall
= (*it);
in GetForegroundCall()
724
return
liveCall
;
in GetForegroundCall()
730
sptr<CallBase>
liveCall
= nullptr;
in GetForegroundLiveCall()
local
734
liveCall
= (*it);
in GetForegroundLiveCall()
739
liveCall
= (*it);
in GetForegroundLiveCall()
744
liveCall
in GetForegroundLiveCall()
[all...]
Completed in 4 milliseconds