Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraDeviceImpl.java86 private static final int REQUEST_ID_NONE = -1; field in CameraDeviceImpl
111 private int mRepeatingRequestId = REQUEST_ID_NONE;
116 private int mFailedRepeatingRequestId = REQUEST_ID_NONE;
121 new SimpleEntry<>(REQUEST_ID_NONE, null);
489 REQUEST_ID_NONE, null); in configureStreamsChecked()
1342 if (mRepeatingRequestId != REQUEST_ID_NONE) { in stopRepeating()
1345 mRepeatingRequestId = REQUEST_ID_NONE; in stopRepeating()
1379 if (mRepeatingRequestId != REQUEST_ID_NONE) { in waitUntilIdle()
1401 if (mRepeatingRequestId != REQUEST_ID_NONE) { in flush()
1404 mRepeatingRequestId = REQUEST_ID_NONE; in flush()
[all …]
H A DCameraOfflineSessionImpl.java56 private static final int REQUEST_ID_NONE = -1; field in CameraOfflineSessionImpl
64 new SimpleEntry<>(REQUEST_ID_NONE, null);
/aosp14/frameworks/base/services/core/java/com/android/server/media/
H A DMediaRoute2ProviderServiceProxy.java19 import static android.media.MediaRoute2ProviderService.REQUEST_ID_NONE;
398 dispatchSessionCreated(REQUEST_ID_NONE, session); in onSessionsUpdated()
479 if (requestId == REQUEST_ID_NONE) { in onRequestFailed()
H A DMediaRouter2ServiceImpl.java928 if (managerRequestId != MediaRoute2ProviderService.REQUEST_ID_NONE) { in requestCreateSessionWithRouter2Locked()
1288 MediaRoute2ProviderService.REQUEST_ID_NONE, uniqueRequestId, in requestCreateSessionWithManagerLocked()
2327 ? MediaRoute2ProviderService.REQUEST_ID_NONE in onSessionCreatedOnHandler()
2439 if (matchingRequest.mManagerRequestId == MediaRouter2Manager.REQUEST_ID_NONE) { in handleSessionCreationRequestFailed()
2626 MediaRouter2Manager.REQUEST_ID_NONE), session); in notifySessionCreatedToManagers()
/aosp14/frameworks/base/media/java/android/media/
H A DMediaRoute2ProviderService.java102 public static final long REQUEST_ID_NONE = 0; field in MediaRoute2ProviderService
260 if (requestId != REQUEST_ID_NONE && !removeRequestId(requestId)) { in notifySessionCreated()
H A DMediaRouter2Manager.java70 public static final int REQUEST_ID_NONE = 0; field in MediaRouter2Manager
H A DMediaRouter2.java75 private static final long MANAGER_REQUEST_ID_NONE = MediaRoute2ProviderService.REQUEST_ID_NONE;
/aosp14/frameworks/base/media/tests/MediaRouter/src/com/android/mediaroutertest/
H A DStubMediaRoute2ProviderService.java400 onDeselectRoute(REQUEST_ID_NONE, sessionId, routeId); in maybeDeselectRoute()
H A DMediaRouter2ManagerTest.java23 import static android.media.MediaRoute2ProviderService.REQUEST_ID_NONE;
791 final long invalidRequestId = REQUEST_ID_NONE; in testOnRequestFailedCalledForProperRequestId()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt24371 field public static final long REQUEST_ID_NONE = 0L; // 0x0L
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt19122 Landroid/hardware/camera2/impl/CameraDeviceImpl;->REQUEST_ID_NONE:I