Home
last modified time | relevance | path

Searched refs:notifyCallback (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/media/libstagefright/
DCameraSource.cpp56 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/
DICameraClient.cpp42 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) in notifyCallback() function in android::BpCameraClient
91 notifyCallback(msgType, ext1, ext2); in onTransact()
DCamera.cpp305 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/
DICameraClient.h33 virtual void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
DCamera.h171 virtual void notifyCallback(int32_t msgType, int32_t ext, int32_t ext2);
/frameworks/base/include/media/stagefright/
DCameraSource.h48 virtual void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2);
/frameworks/base/camera/libcameraservice/
DCameraService.cpp222 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()
DCameraService.h140 … static void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2, void* user);