OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSpeakerAlloc
(Results
1 - 2
of
2
) sorted by null
/device/asus/fugu/libaudio/
alsa_utils.h
114
uint16_t speakerAllocation() const { return
mSpeakerAlloc
; }
126
uint16_t
mSpeakerAlloc
;
alsa_utils.cpp
139
mSpeakerAlloc
= static_cast<uint16_t>(tmp);
140
ALOGI("%s: Speaker Allocation Map for attached device is: 0x%hx", __func__,
mSpeakerAlloc
);
217
mSpeakerAlloc
= 0;
Completed in 1634 milliseconds