Home
last modified time | relevance | path

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

/drivers/peripheral/audio/test/sample/
Dframework_event.c32 static int32_t AudioServiceDeviceVal(enum AudioDeviceType deviceType) in AudioServiceDeviceVal()
48 static int32_t AudioServiceDeviceInVal(enum AudioDeviceType deviceType) in AudioServiceDeviceInVal()
107 static int32_t AudioLoadDeviceSucc(enum AudioDeviceType deviceType) in AudioLoadDeviceSucc()
123 static int32_t AudioLoadDeviceFail(enum AudioDeviceType deviceType) in AudioLoadDeviceFail()
139 static int32_t AudioUnLoadDevice(enum AudioDeviceType deviceType) in AudioUnLoadDevice()
198 static int32_t AudioPnpDeviceAdd(enum AudioDeviceType deviceType) in AudioPnpDeviceAdd()
216 static int32_t AudioPnpDeviceRemove(enum AudioDeviceType deviceType) in AudioPnpDeviceRemove()
/drivers/peripheral/audio/hal/pathselect/src/
Daudio_pathselect.c182 const char *deviceType = AudioPathSelGetDeviceType(pins); in AudioPathSelGetPlanRenderScene() local
227 const char *deviceType = AudioPathSelGetDeviceType(pins); in AudioPathSelGetPlanCaptureScene() local
382 …32_t AudioCapturePathSelGetDevice(struct AudioHwCaptureParam *captureParam, const char *deviceType) in AudioCapturePathSelGetDevice()
435 const char *deviceType = AudioPathSelGetDeviceType(pins); in AudioPathSelGetPlanCapture() local
515 …int32_t AudioRenderPathSelGetDevice(struct AudioHwRenderParam *renderParam, const char *deviceType) in AudioRenderPathSelGetDevice()
580 const char *deviceType = AudioPathSelGetDeviceType(pins); in AudioPathSelGetPlanRender() local
/drivers/peripheral/audio/hdi_service/pathselect/src/
Daudio_pathselect.c190 const char *deviceType = AudioPathSelGetDeviceType(pins); in AudioPathSelGetPlanRenderScene() local
234 const char *deviceType = AudioPathSelGetDeviceType(pins); in AudioPathSelGetPlanCaptureScene() local
388 …32_t AudioCapturePathSelGetDevice(struct AudioHwCaptureParam *captureParam, const char *deviceType) in AudioCapturePathSelGetDevice()
441 const char *deviceType = AudioPathSelGetDeviceType(pins); in AudioPathSelGetPlanCapture() local
520 …int32_t AudioRenderPathSelGetDevice(struct AudioHwRenderParam *renderParam, const char *deviceType) in AudioRenderPathSelGetDevice()
585 const char *deviceType = AudioPathSelGetDeviceType(pins); in AudioPathSelGetPlanRender() local
/drivers/hdf_core/adapter/uhdf2/include/hdi/
Ddevmgr_hdi.h35 enum HDF_DEVICE_TYPE deviceType; member
/drivers/peripheral/audio/interfaces/include/
Daudio_events.h72 uint32_t deviceType; member
Daudio_types.h287 uint32_t deviceType; /**< Device type (output or input) */ member
/drivers/peripheral/audio/interfaces/2.0/include/
Daudio_events.h73 uint32_t deviceType; member
Daudio_types.h288 uint32_t deviceType; /**< Device type (output or input) */ member
/drivers/hdf_core/framework/core/shared/include/
Dhdf_device_info.h28 uint16_t deviceType; member
/drivers/hdf_core/adapter/uhdf2/hdi/src/
Ddevmgr_client.c49 int32_t deviceType; in HdfObtainDeviceInfo() local
/drivers/hdf_core/framework/model/audio/common/include/
Daudio_platform_base.h69 uint32_t deviceType; member
/drivers/peripheral/input/hdi_service/
Dinput_interfaces_impl.cpp316 int32_t InputInterfacesImpl::GetDeviceType(uint32_t devIndex, uint32_t &deviceType) in GetDeviceType()
/drivers/peripheral/input/hal/src/
Dinput_controller.c267 static int32_t 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/wlan/test/hdi_service/
Dwlan_hdi_hal_services_c_test.cpp825 uint8_t deviceType = 5; variable
/drivers/peripheral/input/udriver/src/
Dinput_device_manager.cpp645 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.h217 char deviceType[NAME_LEN]; member
/drivers/peripheral/audio/hdi_service/passthrough/include/
Daudio_internal.h209 char deviceType[NAME_LEN]; member
/drivers/hdf_core/framework/support/platform/src/hdmi/
Dhdmi_cec.c701 …id HdmiCecEncodingReportPhyAddressMsg(struct HdmiCecMsg *msg, uint16_t phyAddr, uint8_t deviceType) in HdmiCecEncodingReportPhyAddressMsg()