OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_supported_devices
(Results
1 - 6
of
6
) sorted by null
/hardware/libhardware/include/hardware/
audio.h
256
uint32_t (*
get_supported_devices
)(const struct audio_hw_device *dev);
member in struct:audio_hw_device
/hardware/libhardware/modules/audio/
audio_hw.c
400
adev->device.
get_supported_devices
= adev_get_supported_devices;
/external/bluetooth/bluez/audio/
android_audio_hw.c
714
adev->device.
get_supported_devices
= adev_get_supported_devices;
/hardware/libhardware_legacy/audio/
audio_hw_hal.cpp
552
ladev->device.
get_supported_devices
= adev_get_supported_devices;
/device/samsung/tuna/audio/
audio_hw.c
[
all
...]
/frameworks/base/services/audioflinger/
AudioFlinger.cpp
246
if ((dev->
get_supported_devices
(dev) & devices) == devices)
[
all
...]
Completed in 41 milliseconds