HomeSort by relevance Sort by last modified time
    Searched refs:activeInput (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
StateTransformFactory.java     [all...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 199 audio_io_handle_t activeInput = getActiveInput();
200 if (activeInput != 0) {
201 AudioInputDescriptor *inputDesc = mInputs.valueFor(activeInput);
205 inputDesc->mDevice, newDevice, activeInput);
209 mpClientInterface->setParameters(activeInput, param.toString());
412 audio_io_handle_t activeInput = getActiveInput();
413 if (activeInput != 0) {
414 AudioInputDescriptor *inputDesc = mInputs.valueFor(activeInput);
418 inputDesc->mDevice, newDevice, activeInput);
422 mpClientInterface->setParameters(activeInput, param.toString())
    [all...]

Completed in 171 milliseconds