OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onCameraDeviceError
(Results
1 - 5
of
5
) sorted by null
/device/generic/goldfish/camera/
CallbackNotifier.h
171
void
onCameraDeviceError
(int err);
EmulatedCameraDevice.cpp
594
mCameraHAL->
onCameraDeviceError
(CAMERA_ERROR_SERVER_DIED);
600
mCameraHAL->
onCameraDeviceError
(CAMERA_ERROR_SERVER_DIED);
607
mCameraHAL->
onCameraDeviceError
(CAMERA_ERROR_SERVER_DIED);
615
mCameraHAL->
onCameraDeviceError
(CAMERA_ERROR_SERVER_DIED);
626
mCameraHAL->
onCameraDeviceError
(CAMERA_ERROR_SERVER_DIED);
655
mCameraHAL->
onCameraDeviceError
(CAMERA_ERROR_SERVER_DIED);
EmulatedCamera.h
96
virtual void
onCameraDeviceError
(int err);
CallbackNotifier.cpp
333
void CallbackNotifier::
onCameraDeviceError
(int err)
EmulatedCamera.cpp
256
void EmulatedCamera::
onCameraDeviceError
(int err)
259
mCallbackNotifier.
onCameraDeviceError
(err);
[
all
...]
Completed in 146 milliseconds