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:videoCallControl
(Results
1 - 1
of
1
) sorted by relevance
/base/telephony/cellular_call/services/manager/src/
H
A
D
cellular_call_service.cpp
781
auto
videoCallControl
= DelayedSingleton<ImsVideoCallControl>::GetInstance();
in SendUpdateCallMediaModeRequest()
local
782
if (
videoCallControl
== nullptr) {
in SendUpdateCallMediaModeRequest()
783
TELEPHONY_LOGE("
videoCallControl
is nullptr");
in SendUpdateCallMediaModeRequest()
786
return
videoCallControl
->SendUpdateCallMediaModeRequest(callInfo, mode);
in SendUpdateCallMediaModeRequest()
791
auto
videoCallControl
= DelayedSingleton<ImsVideoCallControl>::GetInstance();
in SendUpdateCallMediaModeResponse()
local
792
if (
videoCallControl
== nullptr) {
in SendUpdateCallMediaModeResponse()
793
TELEPHONY_LOGE("
videoCallControl
is nullptr");
in SendUpdateCallMediaModeResponse()
796
return
videoCallControl
->SendUpdateCallMediaModeResponse(callInfo, mode);
in SendUpdateCallMediaModeResponse()
801
auto
videoCallControl
= DelayedSingleton<ImsVideoCallControl>::GetInstance();
in CancelCallUpgrade()
local
802
if (
videoCallControl
in CancelCallUpgrade()
811
auto
videoCallControl
= DelayedSingleton<ImsVideoCallControl>::GetInstance();
RequestCameraCapabilities()
local
1297
auto
videoCallControl
= DelayedSingleton<ImsVideoCallControl>::GetInstance();
ControlCamera()
local
1308
auto
videoCallControl
= DelayedSingleton<ImsVideoCallControl>::GetInstance();
SetPreviewWindow()
local
1319
auto
videoCallControl
= DelayedSingleton<ImsVideoCallControl>::GetInstance();
SetDisplayWindow()
local
1329
auto
videoCallControl
= DelayedSingleton<ImsVideoCallControl>::GetInstance();
SetCameraZoom()
local
1339
auto
videoCallControl
= DelayedSingleton<ImsVideoCallControl>::GetInstance();
SetPausePicture()
local
1349
auto
videoCallControl
= DelayedSingleton<ImsVideoCallControl>::GetInstance();
SetDeviceDirection()
local
[all...]
Completed in 2 milliseconds