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

  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
HwModule.cpp 53 sp<DeviceDescriptor> devDesc = new DeviceDescriptor(device);
54 devDesc->setAddress(address);
55 addDynamicDevice(devDesc);
57 devDesc->attach(this);
58 profile->addSupportedDevice(devDesc);
121 sp<DeviceDescriptor> devDesc = new DeviceDescriptor(device);
122 devDesc->setAddress(address);
123 addDynamicDevice(devDesc);
125 devDesc->attach(this);
126 profile->addSupportedDevice(devDesc);
    [all...]
  /frameworks/av/services/audiopolicy/engineconfigurable/wrapper/
ParameterManagerWrapper.cpp 256 status_t ParameterManagerWrapper::setDeviceConnectionState(const sp<DeviceDescriptor> devDesc,
259 std::string criterionName = audio_is_output_device(devDesc->type()) ?
262 ALOGV("%s: device with address %s %s", __FUNCTION__, devDesc->address().string(),
274 if (not criterionType->getNumericalValue(devDesc->address().string(), deviceAddressId)) {
275 ALOGW("%s: unknown device address reported (%s)", __FUNCTION__, devDesc->address().c_str());
  /frameworks/av/services/audiopolicy/engine/interface/
AudioPolicyManagerInterface.h 99 * @param[in] devDesc for which the state has changed.
104 virtual status_t setDeviceConnectionState(const android::sp<android::DeviceDescriptor> devDesc,
  /frameworks/av/services/audiopolicy/engineconfigurable/src/
Engine.cpp 162 status_t Engine::setDeviceConnectionState(const sp<DeviceDescriptor> devDesc,
165 mPolicyParameterMgr->setDeviceConnectionState(devDesc, state);
167 if (audio_is_output_device(devDesc->type())) {
170 } else if (audio_is_input_device(devDesc->type())) {
Engine.h 54 android::status_t setDeviceConnectionState(const sp<DeviceDescriptor> devDesc,
  /frameworks/av/services/audiopolicy/engineconfigurable/wrapper/include/
ParameterManagerWrapper.h 121 status_t setDeviceConnectionState(const sp<DeviceDescriptor> devDesc,
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.h 659 bool isDeviceOfModule(const sp<DeviceDescriptor>& devDesc, const char *moduleId) const;
    [all...]
AudioPolicyManager.cpp 367 sp<DeviceDescriptor> devDesc =
372 if (devDesc == 0) {
416 sp<DeviceDescriptor> devDesc = deviceList.itemAt(0);
428 if (availablePrimaryOutputDevices().contains(devDesc) &&
440 devDesc->setEncodedFormat(encodedFormat);
451 devDesc->getEncodedFormat());
645 const sp<DeviceDescriptor>& devDesc, const char *moduleId) const {
649 .indexOf(devDesc) != NAME_NOT_FOUND
651 .indexOf(devDesc) != NAME_NOT_FOUND;
    [all...]

Completed in 350 milliseconds