OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mUserSessionCallback
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/camera/ndk/impl/
ACameraCaptureSession.h
73
mId(id), mOutput(*outputs),
mUserSessionCallback
(*cb),
121
const ACameraCaptureSession_stateCallbacks
mUserSessionCallback
;
ACameraCaptureSession.cpp
36
(*
mUserSessionCallback
.onClosed)(
mUserSessionCallback
.context, this);
ACameraDevice.inc
115
msg->setPointer(kContextKey, session->
mUserSessionCallback
.context);
117
msg->setPointer(kCallbackFpKey, (void*) session->
mUserSessionCallback
.onActive);
ACameraDevice.cpp
540
msg->setPointer(kContextKey, session->
mUserSessionCallback
.context);
542
msg->setPointer(kCallbackFpKey, (void*) session->
mUserSessionCallback
.onActive);
548
msg->setPointer(kContextKey, session->
mUserSessionCallback
.context);
550
msg->setPointer(kCallbackFpKey, (void*) session->
mUserSessionCallback
.onReady);
684
msg->setPointer(kContextKey, mBusySession->
mUserSessionCallback
.context);
686
msg->setPointer(kCallbackFpKey, (void*) mBusySession->
mUserSessionCallback
.onReady);
[
all
...]
/frameworks/av/camera/ndk/ndk_vendor/impl/
ACameraDeviceVendor.inc
137
msg->setPointer(kContextKey, session->
mUserSessionCallback
.context);
139
msg->setPointer(kCallbackFpKey, (void*) session->
mUserSessionCallback
.onActive);
ACameraDevice.cpp
564
msg->setPointer(kContextKey, session->
mUserSessionCallback
.context);
566
msg->setPointer(kCallbackFpKey, (void*) session->
mUserSessionCallback
.onActive);
572
msg->setPointer(kContextKey, session->
mUserSessionCallback
.context);
574
msg->setPointer(kCallbackFpKey, (void*) session->
mUserSessionCallback
.onReady);
673
msg->setPointer(kContextKey, mBusySession->
mUserSessionCallback
.context);
675
msg->setPointer(kCallbackFpKey, (void*) mBusySession->
mUserSessionCallback
.onReady);
[
all
...]
Completed in 391 milliseconds