Home
last modified time | relevance | path

Searched refs:adev_get_parameters (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Daudio_bluetooth_hw.cc54 static char* adev_get_parameters(const struct audio_hw_device* /*dev*/, const char* keys) { in adev_get_parameters() function
187 adev->get_parameters = adev_get_parameters; in adev_open()
/aosp_15_r20/hardware/libhardware/modules/audio/
H A Daudio_hw.c418 static char * adev_get_parameters(const struct audio_hw_device *dev, in adev_get_parameters() function
598 adev->device.get_parameters = adev_get_parameters; in adev_open()
/aosp_15_r20/device/linaro/poplar/audio/
Daudio_hw.c508 static char * adev_get_parameters(const struct audio_hw_device *dev, in adev_get_parameters() function
661 adev->hw_device.get_parameters = adev_get_parameters; in adev_open()
/aosp_15_r20/hardware/libhardware_legacy/audio/
H A Daudio_hw_hal.cpp470 static char * adev_get_parameters(const struct audio_hw_device *dev, in adev_get_parameters() function
672 ladev->device.get_parameters = adev_get_parameters; in legacy_adev_open()
/aosp_15_r20/device/linaro/hikey/audio/
Daudio_hw.c691 static char * adev_get_parameters(const struct audio_hw_device *dev, in adev_get_parameters() function
851 adev->hw_device.get_parameters = adev_get_parameters; in adev_open()
/aosp_15_r20/device/amlogic/yukawa/hal/audio/
Daudio_hw.c929 static char * adev_get_parameters(const struct audio_hw_device *dev, in adev_get_parameters() function
1167 adev->hw_device.get_parameters = adev_get_parameters; in adev_open()
/aosp_15_r20/device/linaro/dragonboard/audio/
Daudio_hw.c915 static char * adev_get_parameters(const struct audio_hw_device *dev, in adev_get_parameters() function
1154 adev->hw_device.get_parameters = adev_get_parameters; in adev_open()
/aosp_15_r20/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp1346 static char * adev_get_parameters(const struct audio_hw_device *dev, in adev_get_parameters() function
1653 rsxadev->device.get_parameters = adev_get_parameters; in adev_open()
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hearing_aid_hw/src/
Daudio_hearing_aid_hw.cc1707 static char* adev_get_parameters(UNUSED_ATTR const struct audio_hw_device* dev, const char* keys) { in adev_get_parameters() function
1895 adev->device.get_parameters = adev_get_parameters; in adev_open()
/aosp_15_r20/device/generic/car/emulator/audio/driver/
Daudio_hw.c1318 static char *adev_get_parameters(const struct audio_hw_device * dev, const char *keys) { in adev_get_parameters() function
1676 adev->device.get_parameters = adev_get_parameters; // no op in adev_open()
/aosp_15_r20/hardware/libhardware/modules/usbaudio/
H A Daudio_hal.c1662 static char * adev_get_parameters(const struct audio_hw_device *hw_dev, const char *keys) in adev_get_parameters() function
2068 adev->hw_device.get_parameters = adev_get_parameters; in adev_open()