/frameworks/av/services/camera/libcameraservice/hidl/ |
D | HidlCameraDeviceUser.h | 62 static constexpr int32_t REQUEST_ID_NONE = -1; variable 129 int32_t mRequestId = REQUEST_ID_NONE;
|
/frameworks/av/services/camera/libcameraservice/aidl/ |
D | AidlCameraDeviceUser.h | 62 static constexpr int32_t REQUEST_ID_NONE = -1; variable 111 int32_t mRequestId = REQUEST_ID_NONE;
|
/frameworks/base/core/java/android/hardware/camera2/impl/ |
D | CameraDeviceImpl.java | 93 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 …]
|
D | CameraOfflineSessionImpl.java | 56 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/ |
D | MediaRoute2ProviderServiceProxy.java | 19 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()
|
D | MediaRouter2ServiceImpl.java | 1358 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/ |
D | ACameraDevice.h | 271 static const int REQUEST_ID_NONE = -1; variable 272 int mRepeatingSequenceId = REQUEST_ID_NONE;
|
D | ACameraDevice.inc | 104 if (mRepeatingSequenceId != REQUEST_ID_NONE) {
|
D | ACameraDevice.cpp | 538 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/ |
D | MediaRoute2ProviderService.java | 102 public static final long REQUEST_ID_NONE = 0; field in MediaRoute2ProviderService 260 if (requestId != REQUEST_ID_NONE && !removeRequestId(requestId)) { in notifySessionCreated()
|
D | MediaRouter2Manager.java | 76 public static final int REQUEST_ID_NONE = 0; field in MediaRouter2Manager
|
D | MediaRouter2.java | 136 private static final long MANAGER_REQUEST_ID_NONE = MediaRoute2ProviderService.REQUEST_ID_NONE;
|
/frameworks/av/camera/ndk/ndk_vendor/impl/ |
D | ACameraDevice.h | 318 static const int REQUEST_ID_NONE = -1; variable 319 int mRepeatingSequenceId = REQUEST_ID_NONE;
|
D | ACameraDeviceVendor.inc | 125 if (mRepeatingSequenceId != REQUEST_ID_NONE) {
|
D | ACameraDevice.cpp | 552 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/ |
D | CameraDeviceClient.h | 339 static const int32_t REQUEST_ID_NONE = -1; variable
|
D | CameraDeviceClient.cpp | 115 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/ |
D | StubMediaRoute2ProviderService.java | 400 onDeselectRoute(REQUEST_ID_NONE, sessionId, routeId); in maybeDeselectRoute()
|
D | MediaRouter2ManagerTest.java | 23 import static android.media.MediaRoute2ProviderService.REQUEST_ID_NONE; 824 final long invalidRequestId = REQUEST_ID_NONE; in testOnRequestFailedCalledForProperRequestId()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 24455 field public static final long REQUEST_ID_NONE = 0L; // 0x0L
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 19122 Landroid/hardware/camera2/impl/CameraDeviceImpl;->REQUEST_ID_NONE:I
|