OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AUDIO_DEVICE_API_VERSION_MIN
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
HwModule.h
43
HwModule(const char *name, uint32_t halVersion =
AUDIO_DEVICE_API_VERSION_MIN
);
/hardware/libhardware/include/hardware/
audio.h
60
#define
AUDIO_DEVICE_API_VERSION_MIN
AUDIO_DEVICE_API_VERSION_2_0
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
Serializer.cpp
421
uint32_t version =
AUDIO_DEVICE_API_VERSION_MIN
;
/frameworks/av/services/audioflinger/
AudioFlinger.cpp
161
if ((*dev)->common.version <
AUDIO_DEVICE_API_VERSION_MIN
) {
[
all
...]
Completed in 46 milliseconds