Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/hidl/
DHidlCameraDeviceUser.h61 static constexpr int32_t REQUEST_ID_NONE = -1; variable
124 int32_t mRequestId = REQUEST_ID_NONE;
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraDeviceImpl.java76 private static final int REQUEST_ID_NONE = -1; field in CameraDeviceImpl
97 private int mRepeatingRequestId = REQUEST_ID_NONE;
102 new SimpleEntry<>(REQUEST_ID_NONE, null);
455 REQUEST_ID_NONE, null); in configureStreamsChecked()
937 mConfiguredInput = new SimpleEntry<Integer, InputConfiguration>(REQUEST_ID_NONE, null); in switchToOffline()
1202 if (mRepeatingRequestId != REQUEST_ID_NONE) { in submitCaptureRequest()
1242 if (mRepeatingRequestId != REQUEST_ID_NONE) { in stopRepeating()
1245 mRepeatingRequestId = REQUEST_ID_NONE; in stopRepeating()
1270 if (mRepeatingRequestId != REQUEST_ID_NONE) { in waitUntilIdle()
1292 if (mRepeatingRequestId != REQUEST_ID_NONE) { in flush()
[all …]
DCameraOfflineSessionImpl.java56 private static final int REQUEST_ID_NONE = -1; field in CameraOfflineSessionImpl
64 new SimpleEntry<>(REQUEST_ID_NONE, null);
/frameworks/av/camera/ndk/impl/
DACameraDevice.h267 static const int REQUEST_ID_NONE = -1; variable
268 int mRepeatingSequenceId = REQUEST_ID_NONE;
DACameraDevice.inc104 if (mRepeatingSequenceId != REQUEST_ID_NONE) {
/frameworks/base/media/java/android/media/
DMediaRoute2ProviderService.java90 public static final long REQUEST_ID_NONE = 0; field in MediaRoute2ProviderService
247 if (requestId != REQUEST_ID_NONE && !removeRequestId(requestId)) { in notifySessionCreated()
DMediaRouter2Manager.java62 public static final int REQUEST_ID_NONE = 0; field in MediaRouter2Manager
DMediaRouter2.java67 private static final long MANAGER_REQUEST_ID_NONE = MediaRoute2ProviderService.REQUEST_ID_NONE;
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraDevice.h296 static const int REQUEST_ID_NONE = -1; variable
297 int mRepeatingSequenceId = REQUEST_ID_NONE;
DACameraDevice.cpp510 if (mRepeatingSequenceId != REQUEST_ID_NONE) { in stopRepeatingLocked()
512 mRepeatingSequenceId = REQUEST_ID_NONE; in stopRepeatingLocked()
575 if (mRepeatingSequenceId != REQUEST_ID_NONE) { in flushLocked()
589 if (mRepeatingSequenceId != REQUEST_ID_NONE) { in waitUntilIdleLocked()
1678 dev->mRepeatingSequenceId = REQUEST_ID_NONE; in onRepeatingRequestError()
DACameraDeviceVendor.inc126 if (mRepeatingSequenceId != REQUEST_ID_NONE) {
/frameworks/base/services/core/java/com/android/server/media/
DMediaRouter2ServiceImpl.java636 if (managerRequestId != MediaRoute2ProviderService.REQUEST_ID_NONE) { in requestCreateSessionWithRouter2Locked()
892 MediaRoute2ProviderService.REQUEST_ID_NONE, uniqueRequestId, in requestCreateSessionWithManagerLocked()
1556 ? MediaRoute2ProviderService.REQUEST_ID_NONE in onSessionCreatedOnHandler()
1669 if (matchingRequest.mManagerRequestId == MediaRouter2Manager.REQUEST_ID_NONE) { in handleSessionCreationRequestFailed()
1920 MediaRouter2Manager.REQUEST_ID_NONE), session); in notifySessionCreatedToManagers()
DMediaRoute2ProviderServiceProxy.java437 if (requestId == MediaRoute2ProviderService.REQUEST_ID_NONE) { in onRequestFailed()
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.h335 static const int32_t REQUEST_ID_NONE = -1; variable
DCameraDeviceClient.cpp93 mStreamingRequestId(REQUEST_ID_NONE), in CameraDeviceClient()
455 mStreamingRequestId = REQUEST_ID_NONE; in cancelRequest()
1664 if (mStreamingRequestId != REQUEST_ID_NONE) { in waitUntilIdle()
1697 mStreamingRequestId = REQUEST_ID_NONE; in flush()
2162 mStreamingRequestId = REQUEST_ID_NONE; in notifyRepeatingRequestError()
/frameworks/base/media/tests/MediaRouter/src/com/android/mediaroutertest/
DStubMediaRoute2ProviderService.java373 onDeselectRoute(REQUEST_ID_NONE, sessionId, routeId); in maybeDeselectRoute()
DMediaRouter2ManagerTest.java24 import static android.media.MediaRoute2ProviderService.REQUEST_ID_NONE;
681 final long invalidRequestId = REQUEST_ID_NONE; in testOnRequestFailedCalledForProperRequestId()
/frameworks/base/api/
Dcurrent.txt26918 field public static final long REQUEST_ID_NONE = 0L; // 0x0L