/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/ |
D | AudioPrimaryHidlHalUtils.h | 60 static auto getFormat(IStream* stream) { in getFormat() function 61 auto ret = stream->getFormat(); in getFormat() 67 EXPECT_OK(stream->getSupportedSampleRates(getFormat(stream), returnIn(res, rates))); in sampleRates() 74 EXPECT_OK(stream->getSupportedChannelMasks(getFormat(stream), returnIn(res, channels))); in channelMasks()
|
/hardware/interfaces/audio/core/all-versions/default/ |
D | Stream.cpp | 87 return getSupportedSampleRates(getFormat(), _hidl_cb); in getSupportedSampleRates() 90 return getSupportedChannelMasks(getFormat(), _hidl_cb); in getSupportedChannelMasks() 163 Return<AudioFormat> Stream::getFormat() { in getFormat() function in android::hardware::audio::CPP_VERSION::implementation::Stream
|
D | StreamIn.cpp | 214 Return<AudioFormat> StreamIn::getFormat() { in getFormat() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn 215 return mStreamCommon->getFormat(); in getFormat()
|
D | StreamOut.cpp | 219 Return<AudioFormat> StreamOut::getFormat() { in getFormat() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut 220 return mStreamCommon->getFormat(); in getFormat()
|
/hardware/interfaces/audio/core/all-versions/vts/functional/6.0/ |
D | AudioPrimaryHidlHalTest.cpp | 33 profile->getFormat()); in getOutputDeviceConfigParameters() 79 profile->getFormat()); in getInputDeviceConfigParameters()
|
/hardware/qcom/sm8150/display/gralloc/ |
D | QtiMapperExtensions.h | 84 Return<void> getFormat(void *buffer, getFormat_cb _hidl_cb) override;
|
D | QtiMapperExtensions.cpp | 217 Return<void> QtiMapperExtensions::getFormat(void *buffer, getFormat_cb hidl_cb) { in getFormat() function in vendor::qti::hardware::display::mapperextensions::V1_1::implementation::QtiMapperExtensions
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3Stream.h | 90 int32_t getFormat(cam_format_t &fmt);
|
D | QCamera3Stream.cpp | 1200 int32_t QCamera3Stream::getFormat(cam_format_t &fmt) in getFormat() function in qcamera::QCamera3Stream
|
/hardware/interfaces/audio/core/all-versions/default/include/core/default/ |
D | StreamIn.h | 69 Return<AudioFormat> getFormat() override;
|
D | StreamOut.h | 69 Return<AudioFormat> getFormat() override;
|
D | Stream.h | 72 Return<AudioFormat> getFormat() override;
|
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/ |
D | Gralloc1On0Adapter.cpp | 126 bufferHook<decltype(&Buffer::getFormat), in doGetFunction() 127 &Buffer::getFormat, int32_t*>); in doGetFunction()
|
D | Gralloc1On0Adapter.h | 231 gralloc1_error_t getFormat(int32_t* outFormat) const { in getFormat() function
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraStream.h | 93 int32_t getFormat(cam_format_t &fmt);
|
D | QCameraMem.h | 258 int getFormat(){return mFormat;}; in getFormat() function
|
D | QCameraChannel.cpp | 1223 rc = pStream->getFormat(streamInfo->fmt); in addReprocStreamsFromSource() 1272 pStream->getFormat(rp_cfg.offline.input_fmt); in addReprocStreamsFromSource()
|
D | QCamera2HWICallbacks.cpp | 485 main_stream->getFormat(config.input_fmt); in capture_channel_cb_routine() 543 pStream->getFormat(fmt); in TsMakeupProcess_Snapshot() 1015 stream->getFormat(previewFmt); in sendPreviewCallback()
|
/hardware/interfaces/audio/2.0/ |
D | IStream.hal | 103 getFormat() generates (AudioFormat format);
|
/hardware/interfaces/audio/6.0/ |
D | IStream.hal | 119 getFormat() generates (AudioFormat format);
|
/hardware/interfaces/audio/5.0/ |
D | IStream.hal | 119 getFormat() generates (AudioFormat format);
|
/hardware/interfaces/audio/4.0/ |
D | IStream.hal | 119 getFormat() generates (AudioFormat format);
|
/hardware/interfaces/audio/5.0/config/api/ |
D | current.txt | 321 method public String getFormat(); 377 … method public java.util.List<audio.policy.configuration.V5_0.SurroundFormats.Format> getFormat();
|
/hardware/interfaces/audio/core/all-versions/vts/functional/ |
D | AudioPrimaryHidlHalTest.h | 1045 ASSERT_EQ(audioConfig.format, extract(stream->getFormat()))) 1107 &IStream::getFormat, &IStream::setFormat))
|
/hardware/interfaces/audio/6.0/config/api/ |
D | current.txt | 331 method public String getFormat(); 388 … method public java.util.List<audio.policy.configuration.V6_0.SurroundFormats.Format> getFormat();
|