Searched defs:hasControl (Results 1 – 4 of 4) sorted by relevance
101 bool hasControl = (bool)data.readInt32(); in onTransact() local
209 bool hasControl() const { return mHasControl; } in hasControl() function
1275 void AudioFlinger::EffectHandle::setControl(bool hasControl, bool signal, bool enabled) in setControl()1648 bool hasControl = false; in setVolume_l() local
886 public boolean hasControl() throws IllegalStateException { in hasControl() method in AudioEffect