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

  /frameworks/av/camera/
IProCameraCallbacks.cpp 73 void onResultReceived(int32_t frameId, camera_metadata* result) {
74 ALOGV("onResultReceived");
116 onResultReceived(frameId, result);
ProCamera.cpp 91 void ProCamera::onResultReceived(int32_t frameId, camera_metadata* result) {
113 listener->onResultReceived(frameId, result);
  /frameworks/av/camera/tests/
ProCameraTests.cpp 288 virtual void onResultReceived(int32_t frameId,
    [all...]

Completed in 41 milliseconds