HomeSort by relevance Sort by last modified time
    Searched refs:audio_port_handle_t (Results 1 - 25 of 26) sorted by null

1 2

  /frameworks/base/core/jni/
android_media_DeviceCallback.h 35 audio_port_handle_t deviceId);
android_media_DeviceCallback.cpp 65 audio_port_handle_t deviceId)
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioInputDescriptor.h 37 audio_port_handle_t getId() const;
61 audio_port_handle_t mId;
70 sp<AudioInputDescriptor> getInputFromId(audio_port_handle_t id) const;
DeviceDescriptor.h 49 audio_port_handle_t getId() const;
59 audio_port_handle_t mId;
80 sp<DeviceDescriptor> getDeviceFromId(audio_port_handle_t id) const;
AudioOutputDescriptor.h 44 audio_port_handle_t getId() const;
84 audio_port_handle_t mId;
149 sp<SwAudioOutputDescriptor> getOutputFromId(audio_port_handle_t id) const;
AudioPort.h 41 static audio_port_handle_t getNextUniqueId();
  /frameworks/av/include/media/
AudioIoDescriptor.h 45 audio_port_handle_t getDeviceId() {
AudioRecord.h 391 status_t setInputDevice(audio_port_handle_t deviceId);
396 audio_port_handle_t getInputDevice();
405 audio_port_handle_t getRoutedDeviceId();
623 audio_port_handle_t mSelectedDeviceId;
IAudioPolicyService.h 70 audio_port_handle_t selectedDeviceId = AUDIO_PORT_HANDLE_NONE,
89 audio_port_handle_t selectedDeviceId = AUDIO_PORT_HANDLE_NONE) = 0;
AudioTrack.h 528 status_t setOutputDevice(audio_port_handle_t deviceId);
536 audio_port_handle_t getOutputDevice();
545 audio_port_handle_t getRoutedDeviceId();
    [all...]
AudioSystem.h 211 audio_port_handle_t selectedDeviceId = AUDIO_PORT_HANDLE_NONE,
233 audio_port_handle_t selectedDeviceId = AUDIO_PORT_HANDLE_NONE);
349 audio_port_handle_t deviceId) = 0;
357 static audio_port_handle_t getDeviceIdForIo(audio_io_handle_t audioIo);
390 audio_port_handle_t getDeviceIdForIo(audio_io_handle_t audioIo);
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioInputDescriptor.cpp 58 audio_port_handle_t AudioInputDescriptor::getId() const
136 sp<AudioInputDescriptor> AudioInputCollection::getInputFromId(audio_port_handle_t id) const
DeviceDescriptor.cpp 36 audio_port_handle_t DeviceDescriptor::getId() const
193 sp<DeviceDescriptor> DeviceVector::getDeviceFromId(audio_port_handle_t id) const
AudioOutputDescriptor.cpp 64 audio_port_handle_t AudioOutputDescriptor::getId() const
445 sp<SwAudioOutputDescriptor> SwAudioOutputCollection::getOutputFromId(audio_port_handle_t id) const
AudioPort.cpp 46 audio_port_handle_t AudioPort::getNextUniqueId()
48 return static_cast<audio_port_handle_t>(android_atomic_inc(&mNextUniqueId));
  /system/media/audio/include/system/
audio.h 909 typedef int audio_port_handle_t; typedef
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.h 118 audio_port_handle_t selectedDeviceId,
137 audio_port_handle_t selectedDeviceId,
  /frameworks/av/services/audiopolicy/service/
AudioPolicyService.h 88 audio_port_handle_t selectedDeviceId = AUDIO_PORT_HANDLE_NONE,
107 audio_port_handle_t selectedDeviceId = AUDIO_PORT_HANDLE_NONE);
AudioPolicyInterfaceImpl.cpp 154 audio_port_handle_t selectedDeviceId,
266 audio_port_handle_t selectedDeviceId)
AudioPolicyInterfaceImplLegacy.cpp 242 audio_port_handle_t selectedDeviceId __unused)
574 audio_port_handle_t selectedDeviceId __unused,
  /frameworks/av/services/audiopolicy/
AudioPolicyInterface.h 139 audio_port_handle_t selectedDeviceId,
  /frameworks/av/media/libmedia/
AudioSystem.cpp 470 audio_port_handle_t deviceId = AUDIO_PORT_HANDLE_NONE;
765 audio_port_handle_t selectedDeviceId,
810 audio_port_handle_t selectedDeviceId)
    [all...]
AudioRecord.cpp 448 status_t AudioRecord::setInputDevice(audio_port_handle_t deviceId) {
462 audio_port_handle_t AudioRecord::getInputDevice() {
467 audio_port_handle_t AudioRecord::getRoutedDeviceId() {
    [all...]
IAudioPolicyService.cpp 180 audio_port_handle_t selectedDeviceId,
286 audio_port_handle_t selectedDeviceId)
    [all...]
AudioTrack.cpp     [all...]

Completed in 844 milliseconds

1 2