HomeSort by relevance Sort by last modified time
    Searched refs:onCameraDeviceError (Results 1 - 5 of 5) sorted by null

  /development/tools/emulator/system/camera/
CallbackNotifier.h 166 void onCameraDeviceError(int err);
EmulatedCamera.h 101 virtual void onCameraDeviceError(int err);
EmulatedQemuCameraDevice.cpp 256 mCameraHAL->onCameraDeviceError(CAMERA_ERROR_SERVER_DIED);
CallbackNotifier.cpp 273 void CallbackNotifier::onCameraDeviceError(int err)
EmulatedCamera.cpp 163 void EmulatedCamera::onCameraDeviceError(int err)
166 mCallbackNotifier.onCameraDeviceError(err);

Completed in 3272 milliseconds