Searched refs:hasControl (Results 1 – 11 of 11) sorted by relevance
101 bool hasControl = (bool)data.readInt32(); in onTransact() local102 controlStatusChanged(hasControl); in onTransact()
456 public abstract boolean hasControl(); in hasControl() method in RadioTuner
362 public boolean hasControl() { in hasControl() method in TunerAdapter
218 void setControl(bool hasControl, bool signal, bool enabled);237 bool hasControl() const { return mHasControl; } in hasControl() function
1209 if (handle->hasControl()) { in purgeHandles()1774 void AudioFlinger::EffectHandle::setControl(bool hasControl, bool signal, bool enabled) in setControl() argument1776 ALOGV("setControl %p control %d", this, hasControl); in setControl()1778 mHasControl = hasControl; in setControl()1782 mEffectClient->controlStatusChanged(hasControl); in setControl()2197 bool hasControl = false; in setVolume_l() local2206 hasControl = true; in setVolume_l()2213 if (hasControl) { in setVolume_l()2217 return hasControl; in setVolume_l()2250 return hasControl; in setVolume_l()
911 public boolean hasControl() throws IllegalStateException { in hasControl() method in AudioEffect
1072 assertTrue(msg + ": Effect2 does not have control", effect2.hasControl()); in test5_0setEnabledLowerPriority()1073 assertFalse(msg + ": Effect1 has control", effect1.hasControl()); in test5_0setEnabledLowerPriority()
2211 method public abstract boolean hasControl();
24988 method public boolean hasControl() throws java.lang.IllegalStateException;
14618 Landroid/hardware/radio/RadioTuner;->hasControl()Z20803 Landroid/media/audiofx/AudioEffect;->hasControl()Z
15845 method public boolean hasControl() throws java.lang.IllegalStateException;