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

  /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 357 mHardware->setCallbacks(notifyCallback,
954 // notifyCallback:
956 // (others) c->notifyCallback
974 void CameraService::Client::notifyCallback(int32_t msgType, int32_t ext1,
976 LOG2("notifyCallback(%d)", msgType);
    [all...]
  /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 483 milliseconds