Searched refs:notifyCallback (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/media/libstagefright/ |
D | CameraSource.cpp | 56 virtual void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) { in notifyCallback() function in android::CameraSourceClient 58 mSource->notifyCallback(msgType, ext1, ext2); in notifyCallback() 203 void CameraSource::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) { in notifyCallback() function in android::CameraSource
|
/frameworks/base/libs/ui/ |
D | ICameraClient.cpp | 42 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) in notifyCallback() function in android::BpCameraClient 91 notifyCallback(msgType, ext1, ext2); in onTransact()
|
D | Camera.cpp | 305 void Camera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) in notifyCallback() function in android::Camera 345 notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_SERVER_DIED, 0); in binderDied()
|
/frameworks/base/include/ui/ |
D | ICameraClient.h | 33 virtual void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
|
D | Camera.h | 171 virtual void notifyCallback(int32_t msgType, int32_t ext, int32_t ext2);
|
/frameworks/base/include/media/stagefright/ |
D | CameraSource.h | 48 virtual void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2);
|
/frameworks/base/camera/libcameraservice/ |
D | CameraService.cpp | 222 mHardware->setCallbacks(notifyCallback, in Client() 902 c->notifyCallback(CAMERA_MSG_SHUTTER, 0, 0); in handleShutter() 1068 void CameraService::Client::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2, void* user) in notifyCallback() function in android::CameraService::Client 1085 c->notifyCallback(msgType, ext1, ext2); in notifyCallback() 1111 c->notifyCallback(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0); in dataCallback() 1159 c->notifyCallback(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0); in dataCallbackTimestamp()
|
D | CameraService.h | 140 … static void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2, void* user);
|