OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onResultReceived
(Results
1 - 13
of
13
) sorted by null
/frameworks/base/core/java/android/hardware/camera2/
ICameraDeviceCallbacks.aidl
31
oneway void
onResultReceived
(int requestId, in CameraMetadataNative result);
/frameworks/av/include/camera/
IProCameraCallbacks.h
54
virtual void
onResultReceived
(int32_t requestId,
ProCamera.h
59
// onFrameAvailable and
OnResultReceived
can come in with any order,
67
virtual void
onResultReceived
(int32_t frameId, camera_metadata* result) = 0;
255
virtual void
onResultReceived
(int32_t requestId,
/frameworks/av/include/camera/camera2/
ICameraDeviceCallbacks.h
58
virtual void
onResultReceived
(int32_t requestId,
/frameworks/av/camera/
IProCameraCallbacks.cpp
70
void
onResultReceived
(int32_t requestId, camera_metadata* result) {
71
ALOGV("
onResultReceived
");
113
onResultReceived
(requestId, result);
ProCamera.cpp
93
void ProCamera::
onResultReceived
(int32_t requestId, camera_metadata* result) {
115
listener->
onResultReceived
(requestId, result);
/frameworks/av/camera/camera2/
ICameraDeviceCallbacks.cpp
80
void
onResultReceived
(int32_t requestId, const CameraMetadata& result) {
81
ALOGV("
onResultReceived
");
128
ALOGV("
onResultReceived
");
137
onResultReceived
(requestId, result);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
CameraDeviceBinderTest.java
100
public void
onResultReceived
(int frameId, CameraMetadataNative result) {
353
verify(mMockCb, timeout(WAIT_FOR_COMPLETE_TIMEOUT_MS).times(1)).
onResultReceived
(
359
.
onResultReceived
(
CameraBinderTest.java
167
public void
onResultReceived
(int frameId, CameraMetadataNative result)
/frameworks/av/services/camera/libcameraservice/api_pro/
ProCamera2Client.cpp
389
mRemoteCallback->
onResultReceived
(requestId, meta);
/frameworks/base/core/java/android/hardware/camera2/impl/
CameraDevice.java
573
public void
onResultReceived
(int requestId, CameraMetadataNative result)
/frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.cpp
564
remoteCb->
onResultReceived
(requestId, frame);
/frameworks/av/camera/tests/
ProCameraTests.cpp
287
virtual void
onResultReceived
(int32_t requestId,
[
all
...]
Completed in 909 milliseconds