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

Completed in 2959 milliseconds