Home
last modified time | relevance | path

Searched defs:deviceType (Results 1 – 16 of 16) sorted by relevance

/drivers/peripheral/audio/hal/pathselect/src/
Daudio_pathselect.c150 const char *deviceType = AudioPathSelGetDeviceType(pins); in AudioPathSelGetPlanRenderScene() local
204 const char *deviceType = AudioPathSelGetDeviceType(pins); in AudioPathSelGetPlanCaptureScene() local
341 …32_t AudioCapturePathSelGetDevice(struct AudioHwCaptureParam *captureParam, const char *deviceType) in AudioCapturePathSelGetDevice()
381 const char *deviceType = AudioPathSelGetDeviceType(pins); in AudioPathSelGetPlanCapture() local
465 …int32_t AudioRenderPathSelGetDevice(struct AudioHwRenderParam *renderParam, const char *deviceType) in AudioRenderPathSelGetDevice()
533 const char *deviceType = AudioPathSelGetDeviceType(pins); in AudioPathSelGetPlanRender() local
/drivers/peripheral/audio/interfaces/include/
Daudio_events.h57 uint32_t deviceType; member
Daudio_types.h268 uint32_t deviceType; /**< Device type (output or input) */ member
/drivers/peripheral/audio/hal/hdi_binder/server/include/
Dpnp_message_report.h63 uint8_t deviceType; member
72 uint8_t deviceType; member
/drivers/adapter/uhdf2/include/hdi/
Ddevmgr_hdi.h35 enum HDF_DEVICE_TYPE deviceType; member
/drivers/framework/core/shared/include/
Dhdf_device_info.h29 uint16_t deviceType; member
/drivers/framework/model/audio/common/include/
Daudio_platform_base.h87 uint8_t deviceType; member
96 uint8_t deviceType; member
/drivers/adapter/uhdf2/hdi/src/
Ddevmgr_client.c50 int32_t deviceType; in HdfObtainDeviceInfo() local
/drivers/peripheral/input/hal/src/
Dinput_controller.c267 static int32_t GetDeviceType(uint32_t devIndex, uint32_t *deviceType) in GetDeviceType()
/drivers/peripheral/input/input_adapter/input_ipc/service/src/
Dinput_service_stub.cpp220 uint32_t deviceType {}; in InputServerStubGetDeviceType() local
Dinput_device_manager.cpp614 RetStatus InputDeviceManager::GetDeviceType(uint32_t devIndex, uint32_t *deviceType) in GetDeviceType()
/drivers/peripheral/bluetooth/audio/interfaces/include/
Daudio_types.h226 uint32_t deviceType; /**< Device type (output or input) */ member
/drivers/peripheral/input/input_adapter/input/hal/src/
Dinput_device_manager.cpp608 RetStatus InputDeviceManager::GetDeviceType(uint32_t devIndex, uint32_t *deviceType) in GetDeviceType()
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/
Daudio_internal.h250 char deviceType[NAME_LEN]; member
/drivers/peripheral/audio/hal/hdi_passthrough/include/
Daudio_internal.h236 char deviceType[NAME_LEN]; member
/drivers/framework/support/platform/src/hdmi/
Dhdmi_cec.c695 …id HdmiCecEncodingReportPhyAddressMsg(struct HdmiCecMsg *msg, uint16_t phyAddr, uint8_t deviceType) in HdmiCecEncodingReportPhyAddressMsg()