OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mIndexCur
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
StreamDescriptor.h
44
return
mIndexCur
.indexOfKey(device) >= 0;
57
KeyedVector<audio_devices_t, int>
mIndexCur
; /**< current volume index per device. */
VolumeCurve.h
76
mIndexCur
.add(AUDIO_DEVICE_OUT_DEFAULT_FOR_VOLUME, 0);
91
if (
mIndexCur
.indexOfKey(device) < 0) {
94
return
mIndexCur
.valueFor(device);
98
void clearCurrentVolumeIndex() {
mIndexCur
.clear(); }
99
void addCurrentVolumeIndex(audio_devices_t device, int index) {
mIndexCur
.add(device, index); }
110
return
mIndexCur
.indexOfKey(device) >= 0;
145
KeyedVector<audio_devices_t, int>
mIndexCur
; /**< current volume index per device. */
/hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h
323
KeyedVector<audio_devices_t, int>
mIndexCur
; // current volume index per device
Completed in 1278 milliseconds