Home
last modified time | relevance | path

Searched refs:REQUEST_ID_NONE (Results 1 – 22 of 22) sorted by relevance

/frameworks/av/services/camera/libcameraservice/hidl/
DHidlCameraDeviceUser.h62 static constexpr int32_t REQUEST_ID_NONE = -1; variable
129 int32_t mRequestId = REQUEST_ID_NONE;
/frameworks/av/services/camera/libcameraservice/aidl/
DAidlCameraDeviceUser.h62 static constexpr int32_t REQUEST_ID_NONE = -1; variable
111 int32_t mRequestId = REQUEST_ID_NONE;
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraDeviceImpl.java93 private static final int REQUEST_ID_NONE = -1; field in CameraDeviceImpl
131 private int mRepeatingRequestId = REQUEST_ID_NONE;
136 private int mFailedRepeatingRequestId = REQUEST_ID_NONE;
141 new SimpleEntry<>(REQUEST_ID_NONE, null);
579 REQUEST_ID_NONE, null); in configureStreamsChecked()
1092 mConfiguredInput = new SimpleEntry<Integer, InputConfiguration>(REQUEST_ID_NONE, null); in switchToOffline()
1397 if (mRepeatingRequestId != REQUEST_ID_NONE) { in submitCaptureRequest()
1437 if (mRepeatingRequestId != REQUEST_ID_NONE) { in stopRepeating()
1440 mRepeatingRequestId = REQUEST_ID_NONE; in stopRepeating()
1441 mFailedRepeatingRequestId = REQUEST_ID_NONE; in stopRepeating()
[all …]
DCameraOfflineSessionImpl.java56 private static final int REQUEST_ID_NONE = -1; field in CameraOfflineSessionImpl
64 new SimpleEntry<>(REQUEST_ID_NONE, null);
/frameworks/base/services/core/java/com/android/server/media/
DMediaRoute2ProviderServiceProxy.java19 import static android.media.MediaRoute2ProviderService.REQUEST_ID_NONE;
471 dispatchSessionCreated(REQUEST_ID_NONE, session); in onSessionsUpdated()
479 REQUEST_ID_NONE, oldSessionInfo, session); in onSessionsUpdated()
618 if (requestId == REQUEST_ID_NONE) { in onRequestFailed()
DMediaRouter2ServiceImpl.java1358 if (managerRequestId != MediaRoute2ProviderService.REQUEST_ID_NONE) { in requestCreateSessionWithRouter2Locked()
1785 MediaRoute2ProviderService.REQUEST_ID_NONE, uniqueRequestId, in requestCreateSessionWithManagerLocked()
2784 managerRequestId != MediaRoute2ProviderService.REQUEST_ID_NONE in requestCreateSessionWithRouter2OnHandler()
2985 ? MediaRoute2ProviderService.REQUEST_ID_NONE in onSessionCreatedOnHandler()
3107 if (matchingRequest.mManagerRequestId == MediaRouter2Manager.REQUEST_ID_NONE) { in handleSessionCreationRequestFailed()
3282 MediaRouter2Manager.REQUEST_ID_NONE), session); in notifySessionCreatedToManagers()
/frameworks/av/camera/ndk/impl/
DACameraDevice.h271 static const int REQUEST_ID_NONE = -1; variable
272 int mRepeatingSequenceId = REQUEST_ID_NONE;
DACameraDevice.inc104 if (mRepeatingSequenceId != REQUEST_ID_NONE) {
DACameraDevice.cpp538 if (mRepeatingSequenceId != REQUEST_ID_NONE) { in stopRepeatingLocked()
540 mRepeatingSequenceId = REQUEST_ID_NONE; in stopRepeatingLocked()
604 if (mRepeatingSequenceId != REQUEST_ID_NONE) { in flushLocked()
618 if (mRepeatingSequenceId != REQUEST_ID_NONE) { in waitUntilIdleLocked()
1857 dev->mRepeatingSequenceId = REQUEST_ID_NONE; in onRepeatingRequestError()
/frameworks/base/media/java/android/media/
DMediaRoute2ProviderService.java102 public static final long REQUEST_ID_NONE = 0; field in MediaRoute2ProviderService
260 if (requestId != REQUEST_ID_NONE && !removeRequestId(requestId)) { in notifySessionCreated()
DMediaRouter2Manager.java76 public static final int REQUEST_ID_NONE = 0; field in MediaRouter2Manager
DMediaRouter2.java136 private static final long MANAGER_REQUEST_ID_NONE = MediaRoute2ProviderService.REQUEST_ID_NONE;
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraDevice.h318 static const int REQUEST_ID_NONE = -1; variable
319 int mRepeatingSequenceId = REQUEST_ID_NONE;
DACameraDeviceVendor.inc125 if (mRepeatingSequenceId != REQUEST_ID_NONE) {
DACameraDevice.cpp552 if (mRepeatingSequenceId != REQUEST_ID_NONE) { in stopRepeatingLocked()
554 mRepeatingSequenceId = REQUEST_ID_NONE; in stopRepeatingLocked()
607 if (mRepeatingSequenceId != REQUEST_ID_NONE) { in flushLocked()
620 if (mRepeatingSequenceId != REQUEST_ID_NONE) { in waitUntilIdleLocked()
1818 dev->mRepeatingSequenceId = REQUEST_ID_NONE; in onRepeatingRequestError()
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.h339 static const int32_t REQUEST_ID_NONE = -1; variable
DCameraDeviceClient.cpp115 mStreamingRequestId(REQUEST_ID_NONE), in CameraDeviceClient()
630 mStreamingRequestId = REQUEST_ID_NONE; in cancelRequest()
1471 if (mStreamingRequestId != REQUEST_ID_NONE) { in waitUntilIdle()
1504 mStreamingRequestId = REQUEST_ID_NONE; in flush()
2063 mStreamingRequestId = REQUEST_ID_NONE; in notifyRepeatingRequestError()
/frameworks/base/media/tests/MediaRouter/src/com/android/mediaroutertest/
DStubMediaRoute2ProviderService.java400 onDeselectRoute(REQUEST_ID_NONE, sessionId, routeId); in maybeDeselectRoute()
DMediaRouter2ManagerTest.java23 import static android.media.MediaRoute2ProviderService.REQUEST_ID_NONE;
824 final long invalidRequestId = REQUEST_ID_NONE; in testOnRequestFailedCalledForProperRequestId()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt24455 field public static final long REQUEST_ID_NONE = 0L; // 0x0L
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt19122 Landroid/hardware/camera2/impl/CameraDeviceImpl;->REQUEST_ID_NONE:I