OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:activeInput
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
StateTransformFactory.java
[
all
...]
/frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp
440
audio_io_handle_t
activeInput
= mInputs.getActiveInput();
441
if (
activeInput
!= 0) {
442
sp<AudioInputDescriptor> activeDesc = mInputs.valueFor(
activeInput
);
447
stopInput(
activeInput
, activeSession);
448
releaseInput(
activeInput
, activeSession);
619
audio_io_handle_t
activeInput
= mInputs.getActiveInput();
620
if (
activeInput
!= 0) {
621
sp<AudioInputDescriptor> activeDesc = mInputs.valueFor(
activeInput
);
622
audio_devices_t newDevice = getNewInputDevice(
activeInput
);
625
setInputDevice(
activeInput
, newDevice)
[
all
...]
/hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp
475
audio_io_handle_t
activeInput
= getActiveInput();
476
if (
activeInput
!= 0) {
477
AudioInputDescriptor *inputDesc = mInputs.valueFor(
activeInput
);
481
inputDesc->mDevice, newDevice,
activeInput
);
485
mpClientInterface->setParameters(
activeInput
, param.toString());
[
all
...]
Completed in 368 milliseconds