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

  /frameworks/av/include/camera/
ICameraClient.h 34 virtual void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
Camera.h 141 virtual void notifyCallback(int32_t msgType, int32_t ext, int32_t ext2);
  /frameworks/av/camera/
ICameraClient.cpp 42 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2)
44 ALOGV("notifyCallback");
96 notifyCallback(msgType, ext1, ext2);
Camera.cpp 351 void Camera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2)
408 notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_SERVER_DIED, 0);
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 353 mHardware->setCallbacks(notifyCallback,
987 // notifyCallback:
989 // (others) c->notifyCallback
    [all...]
CameraService.h 148 static void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2, void* user);
  /frameworks/av/services/camera/tests/CameraServiceTest/
CameraServiceTest.cpp 169 virtual void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2);
242 void MCameraClient::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) {

Completed in 267 milliseconds