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

  /frameworks/av/services/audioflinger/
AudioHwDevice.cpp 96 bool AudioHwDevice::supportsAudioPatches() const {
98 return mHwDevice->supportsAudioPatches(&result) == OK ? result : false;
AudioHwDevice.h 77 bool supportsAudioPatches() const;
Threads.cpp     [all...]
PatchPanel.cpp 254 !audioHwDevice->supportsAudioPatches()))) {
  /hardware/interfaces/audio/2.0/
IDevice.hal 154 supportsAudioPatches() generates (bool supports);
  /frameworks/av/media/libaudiohal/2.0/
DeviceHalHidl.h 91 virtual status_t supportsAudioPatches(bool *supportsPatches);
DeviceHalLocal.h 84 virtual status_t supportsAudioPatches(bool *supportsPatches);
DeviceHalHidl.cpp 294 status_t DeviceHalHidl::supportsAudioPatches(bool *supportsPatches) {
296 return processReturn("supportsAudioPatches", mDevice->supportsAudioPatches(), supportsPatches);
DeviceHalLocal.cpp 149 status_t DeviceHalLocal::supportsAudioPatches(bool *supportsPatches) {
  /frameworks/av/media/libaudiohal/4.0/
DeviceHalHidl.h 92 virtual status_t supportsAudioPatches(bool *supportsPatches);
DeviceHalLocal.h 85 virtual status_t supportsAudioPatches(bool *supportsPatches);
DeviceHalHidl.cpp 307 status_t DeviceHalHidl::supportsAudioPatches(bool *supportsPatches) {
309 return processReturn("supportsAudioPatches", mDevice->supportsAudioPatches(), supportsPatches);
DeviceHalLocal.cpp 150 status_t DeviceHalLocal::supportsAudioPatches(bool *supportsPatches) {
  /frameworks/av/media/libaudiohal/include/media/audiohal/
DeviceHalInterface.h 90 virtual status_t supportsAudioPatches(bool *supportsPatches) = 0;
  /hardware/interfaces/audio/4.0/
IDevice.hal 156 supportsAudioPatches() generates (bool supports);
  /hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
PrimaryDevice.impl.h 97 Return<bool> PrimaryDevice::supportsAudioPatches() {
98 return mDevice->supportsAudioPatches();
Device.h 97 Return<bool> supportsAudioPatches() override;
PrimaryDevice.h 80 Return<bool> supportsAudioPatches() override;
Device.impl.h 208 Return<bool> Device::supportsAudioPatches() {
  /hardware/interfaces/audio/core/2.0/vts/functional/
AudioPrimaryHidlHalTest.cpp 272 auto result = device->supportsAudioPatches();
    [all...]
  /hardware/interfaces/audio/core/4.0/vts/functional/
AudioPrimaryHidlHalTest.cpp 305 auto result = device->supportsAudioPatches();
    [all...]

Completed in 246 milliseconds