| /hardware/interfaces/tv/input/aidl/aidl_api/android.hardware.tv.input/current/android/hardware/tv/input/ | 
| D | ITvInput.aidl | 37   void closeStream(in int deviceId, in int streamId);  in closeStream() 39   android.hardware.common.NativeHandle openStream(in int deviceId, in int streamId);  in openStream() 41 …void setTvMessageEnabled(int deviceId, int streamId, in android.hardware.tv.input.TvMessageEventTy…  in setTvMessageEnabled() 42 …criptor<byte,android.hardware.common.fmq.SynchronizedReadWrite> queue, int deviceId, int streamId);  in getTvMessageQueueDesc()
  | 
| /hardware/interfaces/tv/input/aidl/android/hardware/tv/input/ | 
| D | ITvInput.aidl | 43     void closeStream(in int deviceId, in int streamId);  in closeStream() 66     NativeHandle openStream(in int deviceId, in int streamId);  in openStream() 90             int deviceId, int streamId, in TvMessageEventType type, boolean enabled);  in setTvMessageEnabled() 111             out MQDescriptor<byte, SynchronizedReadWrite> queue, int deviceId, int streamId);  in getTvMessageQueueDesc()
  | 
| /hardware/interfaces/tv/input/aidl/aidl_api/android.hardware.tv.input/1/android/hardware/tv/input/ | 
| D | ITvInput.aidl | 37   void closeStream(in int deviceId, in int streamId);  in closeStream() 39   android.hardware.common.NativeHandle openStream(in int deviceId, in int streamId);  in openStream() 41 …void setTvMessageEnabled(int deviceId, int streamId, in android.hardware.tv.input.TvMessageEventTy…  in setTvMessageEnabled() 42 …criptor<byte,android.hardware.common.fmq.SynchronizedReadWrite> queue, int deviceId, int streamId);  in getTvMessageQueueDesc()
  | 
| /hardware/interfaces/camera/device/3.6/default/ | 
| D | ExternalCameraDeviceSession.cpp | 117 bool ExternalCameraDeviceSession::supportOfflineLocked(int32_t streamId) {  in supportOfflineLocked() 157             int32_t streamId = offlineReqs[i]->buffers[bIdx].streamId;  in fillOfflineSessionInfo()  local 163         int32_t streamId = offlineStreams[i];  in fillOfflineSessionInfo()  local 206     for (auto streamId : offlineStreams) {  in switchToOffline()  local 297         for(auto streamId : offlineStreams) {  in switchToOffline()  local
  | 
| D | ExternalCameraOfflineSession.cpp | 284 Status ExternalCameraOfflineSession::importBuffer(int32_t streamId,  in importBuffer() 475 void ExternalCameraOfflineSession::notifyError(uint32_t frameNumber, int32_t streamId, ErrorCode ec…  in notifyError()
  | 
| /hardware/interfaces/camera/device/3.5/default/ | 
| D | CameraDeviceSession.cpp | 119         const buffer_handle_t& buf, uint64_t bufferId, int streamId) {  in pushBufferId() 129         const buffer_handle_t& buf, int streamId) {  in popBufferId() 149 uint64_t CameraDeviceSession::getCapResultBufferId(const buffer_handle_t& buf, int streamId) {  in getCapResultBufferId() 156 Camera3Stream* CameraDeviceSession::getStreamPointer(int32_t streamId) {  in getStreamPointer() 273         int streamId = bufRets[i].streamId;  in requestStreamBuffers()  local
  | 
| D | ExternalCameraDeviceSession.cpp | 199             int streamId = bufRets[i].streamId;  in threadLoop()  local
  | 
| /hardware/interfaces/tv/input/1.0/default/ | 
| D | TvInput.cpp | 106 Return<void> TvInput::openStream(int32_t deviceId, int32_t streamId, openStream_cb cb)  {  in openStream() 130 Return<Result> TvInput::closeStream(int32_t deviceId, int32_t streamId)  {  in closeStream()
  | 
| /hardware/interfaces/camera/device/3.2/default/ | 
| D | CameraDeviceSession.cpp | 270 Status CameraDeviceSession::importBuffer(int32_t streamId,  in importBuffer() 536     for (int streamId : streams) {  in sendBatchBuffersLocked()  local 554         for (int streamId : streams) {  in sendBatchBuffersLocked()  local 577         for (int streamId : streams) {  in sendBatchBuffersLocked()  local 598     for (int streamId : streams) {  in sendBatchBuffersLocked()  local 1355             int streamId = static_cast<Camera3Stream*>(hal_result->input_buffer->stream)->mId;  in constructCaptureResult()  local 1366             int streamId = static_cast<Camera3Stream*>(hal_result->output_buffers[i].stream)->mId;  in constructCaptureResult()  local 1485             int streamId = static_cast<Camera3Stream*>(hal_result->input_buffer->stream)->mId;  in constructCaptureResult()  local 1491             int streamId = static_cast<Camera3Stream*>(hal_result->output_buffers[i].stream)->mId;  in constructCaptureResult()  local
  | 
| /hardware/interfaces/tv/input/aidl/default/ | 
| D | TvInput.cpp | 68 ::ndk::ScopedAStatus TvInput::setTvMessageEnabled(int32_t deviceId, int32_t streamId,  in setTvMessageEnabled()
  | 
| /hardware/interfaces/camera/device/default/ | 
| D | ExternalCameraDeviceSession.cpp | 649         int streamId = halBuf.streamId = request.outputBuffers[i].streamId;  in processOneCaptureRequest()  local 727     for (auto streamId : offlineStreams) {  in switchToOffline()  local 822         for (auto streamId : offlineStreams) {  in switchToOffline()  local 1400 Status ExternalCameraDeviceSession::importBuffer(int32_t streamId, uint64_t bufId,  in importBuffer() 1407 Status ExternalCameraDeviceSession::importBufferLocked(int32_t streamId, uint64_t bufId,  in importBufferLocked() 1549 void ExternalCameraDeviceSession::notifyError(int32_t frameNumber, int32_t streamId, ErrorCode ec) {  in notifyError() 1613 bool ExternalCameraDeviceSession::supportOfflineLocked(int32_t streamId) {  in supportOfflineLocked() 1654             int32_t streamId = offlineReqs[i]->buffers[bIdx].streamId;  in fillOfflineSessionInfo()  local 1660         int32_t streamId = offlineStreams[i];  in fillOfflineSessionInfo()  local 2076             int streamId = bufRets[i].streamId;  in threadLoop()  local
  | 
| D | ExternalCameraOfflineSession.cpp | 87 Status ExternalCameraOfflineSession::importBuffer(int32_t streamId, uint64_t bufId,  in importBuffer() 271 void ExternalCameraOfflineSession::notifyError(int32_t frameNumber, int32_t streamId,  in notifyError()
  | 
| D | ExternalCameraUtils.h | 197     int32_t streamId;  member
  | 
| D | ExternalCameraUtils.cpp | 401         /*inout*/ HandleImporter& handleImporter, int32_t streamId, uint64_t bufId,  in importBufferImpl()
  | 
| /hardware/interfaces/camera/device/3.4/default/ | 
| D | CameraDeviceSession.cpp | 402             auto streamId = request.v3_2.inputBuffer.streamId;  in processOneCaptureRequest_3_4()  local 417             auto streamId = request.v3_2.outputBuffers[i].streamId;  in processOneCaptureRequest_3_4()  local
  | 
| D | ExternalCameraDeviceSession.cpp | 507 Status ExternalCameraDeviceSession::importBuffer(int32_t streamId,  in importBuffer() 515 Status ExternalCameraDeviceSession::importBufferLocked(int32_t streamId,  in importBufferLocked() 725         int streamId = halBuf.streamId = request.outputBuffers[i].streamId;  in processOneCaptureRequest()  local 755         uint32_t frameNumber, int32_t streamId, ErrorCode ec) {  in notifyError()
  | 
| D | ExternalCameraUtils.cpp | 187         int32_t streamId,  in importBufferImpl()
  | 
| /hardware/interfaces/camera/provider/aidl/vts/ | 
| D | VtsAidlHalCameraProvider_TargetTest.cpp | 538         int32_t streamId = 0;  in TEST_P()  local 620             int32_t streamId = 0;  in TEST_P()  local 707         int32_t streamId = 0;  in TEST_P()  local 869         int32_t streamId = 0;  in TEST_P()  local 1125         int32_t streamId = 0;  in TEST_P()  local 1211         int32_t streamId = 0;  in TEST_P()  local 1365         int32_t streamId = 0;  in TEST_P()  local 2764         int32_t streamId = 0;  in TEST_P()  local 2837         int32_t streamId = 0;  in TEST_P()  local
  | 
| D | camera_aidl_test.h | 480             int32_t streamId;  member
  | 
| D | camera_aidl_test.cpp | 2463                                            int32_t streamId, const std::shared_ptr<DeviceCb>& cb,  in verifyBuffersReturned() 2734     int32_t streamId = 0;  in configurePreviewStreams()  local
  | 
| /hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/ | 
| D | ExternalCameraUtils.h | 195     int32_t streamId;  member
  | 
| /hardware/google/easel/amber/camera/include/ | 
| D | HdrPlusTypes.h | 185     uint32_t streamId;  member
  | 
| /hardware/interfaces/camera/provider/2.4/vts/functional/ | 
| D | VtsHalCameraProviderV2_4TargetTest.cpp | 3367         int32_t streamId = 0;  in TEST_P()  local 3503             int32_t streamId = 0;  in TEST_P()  local 3639         int32_t streamId = 0;  in TEST_P()  local 3874         int32_t streamId = 0;  in TEST_P()  local 4194         int32_t streamId = 0;  in TEST_P()  local 4350         int32_t streamId = 0;  in TEST_P()  local 4609         int32_t streamId = 0;  in TEST_P()  local 6038         int32_t streamId = 0;  in TEST_P()  local 6112         int32_t streamId = 0;  in TEST_P()  local 7131     int32_t streamId = 0;  in configurePreviewStreams3_4()  local [all …] 
 | 
| /hardware/qcom/camera/msm8998/QCamera2/HAL3/ | 
| D | QCamera3HWI.cpp | 6023                         uint32_t streamId = channel->getStreamID(channel->getStreamTypeMask());  in processCaptureRequest()  local 6062                 uint32_t streamId = channel->getStreamID(channel->getStreamTypeMask());  in processCaptureRequest()  local 6089                 uint32_t streamId = channel->getStreamID(channel->getStreamTypeMask());  in processCaptureRequest()  local 6170                 uint32_t streamId = channel->getStreamID(channel->getStreamTypeMask());  in processCaptureRequest()  local 16490         uint32_t streamId = outputBuffer.streamId;  in onCaptureResult()  local 16614         uint32_t streamId = outputBuffer.streamId;  in onFailedCaptureResult()  local
  | 
| /hardware/qcom/camera/msm8998/QCamera2/HAL/ | 
| D | QCameraParametersIntf.cpp | 822         uint32_t streamId, int32_t device_rotation)  in addOnlineRotation()
  |