Searched refs:hasControl (Results 1 – 12 of 12) 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
364 public boolean hasControl() { in hasControl() method in TunerAdapter
1880 void AudioFlinger::EffectHandle::setControl(bool hasControl, bool signal, bool enabled) in setControl() argument1882 ALOGV("setControl %p control %d", this, hasControl); in setControl()1884 mHasControl = hasControl; in setControl()1888 mEffectClient->controlStatusChanged(hasControl); in setControl()2304 bool hasControl = false; in setVolume_l() local2312 hasControl = true; in setVolume_l()2319 if (hasControl) { in setVolume_l()2323 return hasControl; in setVolume_l()2363 return hasControl; in setVolume_l()
350 void setControl(bool hasControl, bool signal, bool enabled);369 bool hasControl() const { return mHasControl; } in hasControl() function
1072 assertTrue(msg + ": Effect2 does not have control", effect2.hasControl()); in test5_0setEnabledLowerPriority()1073 assertFalse(msg + ": Effect1 has control", effect1.hasControl()); in test5_0setEnabledLowerPriority()
1001 public boolean hasControl() throws IllegalStateException { in hasControl() method in AudioEffect
3201 method public abstract boolean hasControl();
26772 method public boolean hasControl() throws java.lang.IllegalStateException;
26642 method public boolean hasControl() throws java.lang.IllegalStateException;
15845 method public boolean hasControl() throws java.lang.IllegalStateException;