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
168
void
onCameraDeviceError
(int err);
EmulatedCamera.h
100
virtual void
onCameraDeviceError
(int err);
EmulatedQemuCameraDevice.cpp
260
mCameraHAL->
onCameraDeviceError
(CAMERA_ERROR_SERVER_DIED);
CallbackNotifier.cpp
281
void CallbackNotifier::
onCameraDeviceError
(int err)
EmulatedCamera.cpp
180
void EmulatedCamera::
onCameraDeviceError
(int err)
183
mCallbackNotifier.
onCameraDeviceError
(err);
[
all
...]
Completed in 1901 milliseconds