Searched refs:supportsPatches (Results 1 – 5 of 5) sorted by relevance
393 status_t DeviceHalHidl::supportsAudioPatches(bool *supportsPatches) { in supportsAudioPatches() argument396 return processReturn("supportsAudioPatches", mDevice->supportsAudioPatches(), supportsPatches); in supportsAudioPatches()755 bool supportsPatches; in getAudioMixPort() local756 if (supportsAudioPatches(&supportsPatches) == OK && supportsPatches) { in getAudioMixPort()
87 status_t supportsAudioPatches(bool* supportsPatches) override;
133 status_t supportsAudioPatches(bool* supportsPatches) override;
571 status_t DeviceHalAidl::supportsAudioPatches(bool* supportsPatches) { in supportsAudioPatches() argument572 if (supportsPatches == nullptr) { in supportsAudioPatches()575 *supportsPatches = true; in supportsAudioPatches()
109 virtual status_t supportsAudioPatches(bool *supportsPatches) = 0;