/drivers/peripheral/bluetooth/audio/interfaces/include/ |
H A D | audio_control.h | 110 * @param range Indicates the range of the device information to dump, which can be brief or full information. 114 int32_t (*AudioDevDump)(AudioHandle handle, int32_t range, int32_t fd);
|
/drivers/peripheral/distributed_audio/interface/audio/v1_0/ |
H A D | i_audio_control.h | 35 virtual int32_t AudioDevDump(const int32_t range, const int32_t fd) = 0;
|
/drivers/peripheral/audio/interfaces/2.0/include/ |
H A D | audio_control.h | 111 * @param range Indicates the range of the device information to dump, which can be brief or full information. 115 int32_t (*AudioDevDump)(AudioHandle handle, int32_t range, int32_t fd);
|
/drivers/peripheral/audio/interfaces/include/ |
H A D | audio_control.h | 110 * @param range Indicates the range of the device information to dump, which can be brief or full information. 114 int32_t (*AudioDevDump)(AudioHandle handle, int32_t range, int32_t fd);
|
/drivers/hdf_core/framework/model/input/driver/ |
H A D | hdf_hid_adapter.h | 56 int32_t range;
member
|
H A D | hdf_input_device_manager.h | 90 int32_t range; member
|
/drivers/peripheral/audio/test/sample/tools/get_trace_loop/ |
H A D | get_trace_loop.py | 120 for i in range(num):
|
/drivers/hdf_core/framework/model/input/driver/touchscreen/ |
H A D | touch_ft5406.c | 180 device->driver->inputDev->attrSet.axisInfo[ABS_X].range = 0; in SetAbility() 183 device->driver->inputDev->attrSet.axisInfo[ABS_Y].range = 0; in SetAbility() 186 device->driver->inputDev->attrSet.axisInfo[ABS_MT_POSITION_X].range = 0; in SetAbility() 189 device->driver->inputDev->attrSet.axisInfo[ABS_MT_POSITION_Y].range = 0; in SetAbility()
|
H A D | touch_ft5x06.c | 176 device->driver->inputDev->attrSet.axisInfo[ABS_X].range = NUM_0; in SetAbility() 179 device->driver->inputDev->attrSet.axisInfo[ABS_Y].range = NUM_0; in SetAbility() 182 device->driver->inputDev->attrSet.axisInfo[ABS_MT_POSITION_X].range = NUM_0; in SetAbility() 185 device->driver->inputDev->attrSet.axisInfo[ABS_MT_POSITION_Y].range = NUM_0; in SetAbility()
|
H A D | touch_gt911.c | 288 device->driver->inputDev->attrSet.axisInfo[ABS_X].range = 0; in SetAbility() 291 device->driver->inputDev->attrSet.axisInfo[ABS_Y].range = 0; in SetAbility() 294 device->driver->inputDev->attrSet.axisInfo[ABS_MT_POSITION_X].range = 0; in SetAbility() 297 device->driver->inputDev->attrSet.axisInfo[ABS_MT_POSITION_Y].range = 0; in SetAbility()
|
/drivers/hdf_core/framework/support/platform/src/hdmi/ |
H A D | hdmi_infoframe.c | 138 buff[UINT8_ARRAY_TELEMENT_2] |= ((uint8_t)avi->range & HDMI_AVI_EXT_QUANTIZATION_RANGE_MARK) << in HdmiInfoFramePacketAviEncoding() 414 avi->range = videoAttr->quantization; in HdmiFillAviHdrInfoFrame() 421 avi->range = videoAttr->quantization; in HdmiFillAviHdrInfoFrame() 428 avi->range = HDMI_QUANTIZATION_RANGE_FULL; in HdmiFillAviHdrInfoFrame() 435 avi->range = videoAttr->quantization; in HdmiFillAviHdrInfoFrame() 491 avi->range = videoAttr->quantization; in HdmiFillAviInfoFrame()
|
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/ |
H A D | audio_render.cpp | 534 int32_t AudioRenderAudioDevDump(AudioHandle handle, int32_t range, int32_t fd) in AudioRenderAudioDevDump() argument 541 if (range < RANGE_MIN - 1 || range > RANGE_MAX) { in AudioRenderAudioDevDump() 542 dprintf(fd, "%s\n", "Out of range, invalid output"); in AudioRenderAudioDevDump() 546 if (range < RANGE_MIN) { in AudioRenderAudioDevDump()
|
H A D | fast_audio_render.cpp | 354 int32_t FastRenderAudioDevDump(AudioHandle handle, int32_t range, int32_t fd)
in FastRenderAudioDevDump() argument 358 (void)range;
in FastRenderAudioDevDump()
|
/drivers/peripheral/audio/interfaces/sound/v1_0/ |
H A D | iaudio_render_vdi.h | 70 int32_t (*AudioDevDump)(struct IAudioRenderVdi *self, int32_t range, int32_t fd);
|
H A D | iaudio_capture_vdi.h | 62 int32_t (*AudioDevDump)(struct IAudioCaptureVdi *self, int32_t range, int32_t fd);
|
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/proxy/include/ |
H A D | audio_proxy_internal.h | 71 int32_t AudioProxyRenderAudioDevDump(AudioHandle render, int32_t range, int32_t fd);
|
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/ |
H A D | fast_audio_render.h | 56 int32_t FastRenderAudioDevDump(AudioHandle handle, int32_t range, int32_t fd);
|
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
H A D | hdf_device_info_hcs.py | 71 for child_index in range(
188 for child_index in range(
|
/drivers/peripheral/audio/test/hal_mock/ |
H A D | audio_render_mock.c | 409 static int32_t AudioDevDump(struct IAudioRenderVdi* render, int32_t range, int32_t fd)
in AudioDevDump() argument 415 (void)range;
in AudioDevDump()
|
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/ |
H A D | audio_capture_ext_impl.cpp | 166 int32_t AudioCaptureExtImpl::AudioDevDump(int32_t range, int32_t fd) in AudioDevDump() argument 169 (void)range; in AudioDevDump()
|
H A D | audio_capture_interface_impl.cpp | 204 int32_t AudioCaptureInterfaceImpl::AudioDevDump(int32_t range, int32_t fd) in AudioDevDump() argument 207 (void)range; in AudioDevDump()
|
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_capture_extension/src/ |
H A D | audio_capture_ext_impl_test.cpp | 134 int32_t range = 1; in HWTEST_F() local 140 EXPECT_EQ(HDF_SUCCESS, audioCapturelatencyImpl_->AudioDevDump(range, fd)); in HWTEST_F()
|
/drivers/peripheral/audio/test/sample/tools/get_mem_excel/ |
H A D | get_mem_excel.py | 180 for i in range(num):
|
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/ |
H A D | audio_capture_ext_impl.h | 75 int32_t AudioDevDump(int32_t range, int32_t fd) override;
|
H A D | audio_capture_interface_impl.h | 73 int32_t AudioDevDump(int32_t range, int32_t fd) override;
|