HomeSort by relevance Sort by last modified time
    Searched defs:handleDeviceConfigChange (Results 1 - 4 of 4) sorted by null

  /frameworks/av/services/audiopolicy/service/
AudioPolicyInterfaceImpl.cpp 67 status_t AudioPolicyService::handleDeviceConfigChange(audio_devices_t device,
79 ALOGV("handleDeviceConfigChange()");
82 return mAudioPolicyManager->handleDeviceConfigChange(device, device_address,
    [all...]
  /frameworks/av/media/libaudioclient/
AudioSystem.cpp 816 status_t AudioSystem::handleDeviceConfigChange(audio_devices_t device,
833 return aps->handleDeviceConfigChange(device, address, name, encodedFormat);
    [all...]
IAudioPolicyService.cpp 150 virtual status_t handleDeviceConfigChange(audio_devices_t device,
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp 394 status_t AudioPolicyManager::handleDeviceConfigChange(audio_devices_t device,
404 ALOGV("handleDeviceConfigChange(() device: 0x%X, address %s name %s encodedFormat: 0x%X",
453 ALOGW("handleDeviceConfigChange() error disabling connection state: %d",
462 ALOGW("handleDeviceConfigChange() error enabling connection state: %d",
    [all...]

Completed in 3039 milliseconds