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 - 2
of
2
) sorted by null
/hardware/libhardware/include/hardware/
audio.h
537
uint32_t (*
get_supported_devices
)(const struct audio_hw_device *dev);
member in struct:audio_hw_device
/frameworks/av/services/audioflinger/
AudioFlinger.cpp
306
if ((dev->
get_supported_devices
!= NULL) &&
307
(dev->
get_supported_devices
(dev) & devices) == devices)
[
all
...]
Completed in 33 milliseconds