HomeSort by relevance Sort by last modified time
    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 123 milliseconds