OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mIndexCur
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
StreamDescriptor.cpp
43
mIndexCur
.add(AUDIO_DEVICE_OUT_DEFAULT_FOR_VOLUME, mIndexMax);
50
if (
mIndexCur
.indexOfKey(device) < 0) {
53
return
mIndexCur
.valueFor(device);
58
mIndexCur
.clear();
63
mIndexCur
.add(device, index);
91
for (size_t i = 0; i <
mIndexCur
.size(); i++) {
93
mIndexCur
.keyAt(i),
94
mIndexCur
.valueAt(i));
VolumeCurve.cpp
89
for (size_t i = 0; i <
mIndexCur
.size(); i++) {
90
snprintf(buffer, SIZE, "%04x : %02d, ",
mIndexCur
.keyAt(i),
mIndexCur
.valueAt(i));
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
VolumeCurve.h
77
mIndexCur
.add(AUDIO_DEVICE_OUT_DEFAULT_FOR_VOLUME, 0);
92
if (
mIndexCur
.indexOfKey(device) < 0) {
95
return
mIndexCur
.valueFor(device);
99
void clearCurrentVolumeIndex() {
mIndexCur
.clear(); }
100
void addCurrentVolumeIndex(audio_devices_t device, int index) {
mIndexCur
.add(device, index); }
111
return
mIndexCur
.indexOfKey(device) >= 0;
146
KeyedVector<audio_devices_t, int>
mIndexCur
; /**< current volume index per device. */
StreamDescriptor.h
44
return
mIndexCur
.indexOfKey(device) >= 0;
57
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
/hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp
[
all
...]
Completed in 2111 milliseconds