/hardware/interfaces/tv/input/aidl/aidl_api/android.hardware.tv.input/3/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() 43 void setPictureProfileId(in int deviceId, in int streamId, in long profileId); in setPictureProfileId() 44 void setSoundProfileId(in int deviceId, in int streamId, in long profileId); in setSoundProfileId()
|
/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() 43 void setPictureProfileId(in int deviceId, in int streamId, in long profileId); in setPictureProfileId() 44 void setSoundProfileId(in int deviceId, in int streamId, in long profileId); in setSoundProfileId()
|
/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() 123 void setPictureProfileId(in int deviceId, in int streamId, in long profileId); in setPictureProfileId() 135 void setSoundProfileId(in int deviceId, in int streamId, in long profileId); in setSoundProfileId()
|
/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/tv/input/aidl/aidl_api/android.hardware.tv.input/2/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 | 293 Status ExternalCameraOfflineSession::importBuffer(int32_t streamId, in importBuffer() 484 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 | 71 ::ndk::ScopedAStatus TvInput::setTvMessageEnabled(int32_t deviceId, int32_t streamId, in setTvMessageEnabled()
|
/hardware/interfaces/camera/device/default/ |
D | ExternalCameraDeviceSession.cpp | 658 int streamId = halBuf.streamId = request.outputBuffers[i].streamId; in processOneCaptureRequest() local 736 for (auto streamId : offlineStreams) { in switchToOffline() local 832 for (auto streamId : offlineStreams) { in switchToOffline() local 1393 Status ExternalCameraDeviceSession::importBuffer(int32_t streamId, uint64_t bufId, in importBuffer() 1400 Status ExternalCameraDeviceSession::importBufferLocked(int32_t streamId, uint64_t bufId, in importBufferLocked() 1539 void ExternalCameraDeviceSession::notifyError(int32_t frameNumber, int32_t streamId, ErrorCode ec) { in notifyError() 1603 bool ExternalCameraDeviceSession::supportOfflineLocked(int32_t streamId) { in supportOfflineLocked() 1644 int32_t streamId = offlineReqs[i]->buffers[bIdx].streamId; in fillOfflineSessionInfo() local 1650 int32_t streamId = offlineStreams[i]; in fillOfflineSessionInfo() local 2085 int streamId = bufRets[i].streamId; in threadLoop() local
|
D | ExternalCameraOfflineSession.cpp | 87 Status ExternalCameraOfflineSession::importBuffer(int32_t streamId, uint64_t bufId, in importBuffer() 274 void ExternalCameraOfflineSession::notifyError(int32_t frameNumber, int32_t streamId, in notifyError()
|
D | ExternalCameraUtils.h | 203 int32_t streamId; member
|
D | ExternalCameraUtils.cpp | 401 /*inout*/ HandleImporter& handleImporter, int32_t streamId, uint64_t bufId, in importBufferImpl()
|
/hardware/interfaces/camera/provider/aidl/vts/ |
D | VtsAidlHalCameraProvider_TargetTest.cpp | 319 int32_t streamId = 0; in TEST_P() local 650 int32_t streamId = 0; in TEST_P() local 731 int32_t streamId = 0; in TEST_P() local 813 int32_t streamId = 0; in TEST_P() local 974 int32_t streamId = 0; in TEST_P() local 1229 int32_t streamId = 0; in TEST_P() local 1314 int32_t streamId = 0; in TEST_P() local 1467 int32_t streamId = 0; in TEST_P() local 1780 int32_t streamId = halStreams[i].id; in TEST_P() local 2877 int32_t streamId = 0; in TEST_P() local [all …]
|
D | camera_aidl_test.h | 506 int32_t streamId; member
|
D | camera_aidl_test.cpp | 2772 int32_t streamId, const std::shared_ptr<DeviceCb>& cb, in verifyBuffersReturned() 3050 int32_t streamId = 0; in configurePreviewStreams() local
|
/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 | 216 int32_t streamId, in importBufferImpl()
|
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/ |
D | ExternalCameraUtils.h | 195 int32_t streamId; member
|
/hardware/interfaces/camera/provider/2.4/vts/functional/ |
D | VtsHalCameraProviderV2_4TargetTest.cpp | 3368 int32_t streamId = 0; in TEST_P() local 3504 int32_t streamId = 0; in TEST_P() local 3640 int32_t streamId = 0; in TEST_P() local 3875 int32_t streamId = 0; in TEST_P() local 4195 int32_t streamId = 0; in TEST_P() local 4351 int32_t streamId = 0; in TEST_P() local 4610 int32_t streamId = 0; in TEST_P() local 6039 int32_t streamId = 0; in TEST_P() local 6113 int32_t streamId = 0; in TEST_P() local 7132 int32_t streamId = 0; in configurePreviewStreams3_4() local [all …]
|