Searched refs:REQUEST_ID_NONE (Results 1 – 11 of 11) sorted by relevance
61 static constexpr int32_t REQUEST_ID_NONE = -1; variable124 int32_t mRequestId = REQUEST_ID_NONE;
76 private static final int REQUEST_ID_NONE = -1; field in CameraDeviceImpl97 private int mRepeatingRequestId = REQUEST_ID_NONE;102 new SimpleEntry<>(REQUEST_ID_NONE, null);449 REQUEST_ID_NONE, null); in configureStreamsChecked()1090 if (mRepeatingRequestId != REQUEST_ID_NONE) { in submitCaptureRequest()1130 if (mRepeatingRequestId != REQUEST_ID_NONE) { in stopRepeating()1133 mRepeatingRequestId = REQUEST_ID_NONE; in stopRepeating()1158 if (mRepeatingRequestId != REQUEST_ID_NONE) { in waitUntilIdle()1180 if (mRepeatingRequestId != REQUEST_ID_NONE) { in flush()1183 mRepeatingRequestId = REQUEST_ID_NONE; in flush()[all …]
267 static const int REQUEST_ID_NONE = -1; variable268 int mRepeatingSequenceId = REQUEST_ID_NONE;
484 if (mRepeatingSequenceId != REQUEST_ID_NONE) { in stopRepeatingLocked()486 mRepeatingSequenceId = REQUEST_ID_NONE; in stopRepeatingLocked()550 if (mRepeatingSequenceId != REQUEST_ID_NONE) { in flushLocked()564 if (mRepeatingSequenceId != REQUEST_ID_NONE) { in waitUntilIdleLocked()1656 dev->mRepeatingSequenceId = REQUEST_ID_NONE; in onRepeatingRequestError()
104 if (mRepeatingSequenceId != REQUEST_ID_NONE) {
296 static const int REQUEST_ID_NONE = -1; variable297 int mRepeatingSequenceId = REQUEST_ID_NONE;
510 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()
126 if (mRepeatingSequenceId != REQUEST_ID_NONE) {
307 static const int32_t REQUEST_ID_NONE = -1; variable
90 mStreamingRequestId(REQUEST_ID_NONE), in CameraDeviceClient()452 mStreamingRequestId = REQUEST_ID_NONE; in cancelRequest()1592 if (mStreamingRequestId != REQUEST_ID_NONE) { in waitUntilIdle()1625 mStreamingRequestId = REQUEST_ID_NONE; in flush()1937 mStreamingRequestId = REQUEST_ID_NONE; in notifyRepeatingRequestError()
22009 Landroid/hardware/camera2/impl/CameraDeviceImpl;->REQUEST_ID_NONE:I