OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rxDevice
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/audio/legacy/alsa_sound/
alsa_default.cpp
198
static char *getUCMDevice(uint32_t devices, int input, char *
rxDevice
);
398
char *
rxDevice
, *txDevice, ident[70], *use_case = NULL;
464
rxDevice
= getUCMDevice(devices & AudioSystem::DEVICE_OUT_ALL, 0, NULL);
465
txDevice = getUCMDevice(devices & AudioSystem::DEVICE_IN_ALL, 1,
rxDevice
);
467
if ((
rxDevice
!= NULL) && (txDevice != NULL)) {
468
if (((strncmp(
rxDevice
, curRxUCMDevice, MAX_STR_LEN)) ||
491
if (
rxDevice
!= NULL) {
493
((strncmp(
rxDevice
, curRxUCMDevice, MAX_STR_LEN)) || (inCallDevSwitch == true))) {
545
ALOGD("%s,rxDev:%s, txDev:%s, curRxDev:%s, curTxDev:%s\n", __FUNCTION__,
rxDevice
, txDevice, curRxUCMDevice, curTxUCMDevice);
547
if (
rxDevice
!= NULL)
[
all
...]
/frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp
325
uint32_t AudioPolicyManager::updateCallRouting(audio_devices_t
rxDevice
, uint32_t delayMs)
337
ALOGV("updateCallRouting device
rxDevice
%08x txDevice %08x",
rxDevice
, txDevice);
353
if (availablePrimaryOutputDevices() &
rxDevice
) {
354
muteWaitMs = setOutputDevice(mPrimaryOutput,
rxDevice
, true, delayMs);
366
deviceList = mAvailableOutputDevices.getDevicesFromType(
rxDevice
);
380
getOutputsForDevice(
rxDevice
, mOutputs);
530
audio_devices_t
rxDevice
= getNewOutputDevice(mPrimaryOutput, false /*fromCache*/);
533
if (isStateInCall(oldState) &&
rxDevice
== AUDIO_DEVICE_NONE) {
534
rxDevice
= mPrimaryOutput->device()
[
all
...]
AudioPolicyManager.h
480
uint32_t updateCallRouting(audio_devices_t
rxDevice
, uint32_t delayMs = 0);
[
all
...]
Completed in 167 milliseconds