Searched refs:hasControl (Results 1 – 10 of 10) 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
258 void setControl(bool hasControl, bool signal, bool enabled);277 bool hasControl() const { return mHasControl; } in hasControl() function
1889 void AudioFlinger::EffectHandle::setControl(bool hasControl, bool signal, bool enabled) in setControl() argument1891 ALOGV("setControl %p control %d", this, hasControl); in setControl()1893 mHasControl = hasControl; in setControl()1897 mEffectClient->controlStatusChanged(hasControl); in setControl()2322 bool hasControl = false; in setVolume_l() local2330 hasControl = true; in setVolume_l()2337 if (hasControl) { in setVolume_l()2341 return hasControl; in setVolume_l()2381 return hasControl; in setVolume_l()
1072 assertTrue(msg + ": Effect2 does not have control", effect2.hasControl()); in test5_0setEnabledLowerPriority()1073 assertFalse(msg + ": Effect1 has control", effect1.hasControl()); in test5_0setEnabledLowerPriority()
960 public boolean hasControl() throws IllegalStateException { in hasControl() method in AudioEffect
2963 method public abstract boolean hasControl();
26505 method public boolean hasControl() throws java.lang.IllegalStateException;
15845 method public boolean hasControl() throws java.lang.IllegalStateException;