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

  /frameworks/base/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/base/libs/camera/
ICameraClient.cpp 42 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2)
44 LOGV("notifyCallback");
96 notifyCallback(msgType, ext1, ext2);
Camera.cpp 350 void Camera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2)
407 notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_SERVER_DIED, 0);
  /frameworks/base/services/camera/libcameraservice/
CameraService.cpp 347 mHardware->setCallbacks(notifyCallback,
944 // notifyCallback:
946 // (others) c->notifyCallback
964 void CameraService::Client::notifyCallback(int32_t msgType, int32_t ext1,
966 LOG2("notifyCallback(%d)", msgType);
    [all...]
CameraService.h 144 static void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2, void* user);
  /frameworks/base/services/camera/tests/CameraServiceTest/
CameraServiceTest.cpp 170 virtual void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2);
243 void MCameraClient::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) {

Completed in 112 milliseconds