Home
last modified time | relevance | path

Searched refs:updatedFormat (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DIOProfile.cpp43 audio_format_t *updatedFormat, in isCompatibleProfile() argument
112 if (updatedFormat != NULL) { in isCompatibleProfile()
113 *updatedFormat = myUpdatedFormat; in isCompatibleProfile()
DAudioPort.cpp542 status_t AudioPort::checkCompatibleFormat(audio_format_t format, audio_format_t *updatedFormat) in checkCompatibleFormat()
546 if (updatedFormat != NULL) { in checkCompatibleFormat()
547 *updatedFormat = format; in checkCompatibleFormat()
563 if (updatedFormat != NULL) { in checkCompatibleFormat()
564 *updatedFormat = mFormats[i]; in checkCompatibleFormat()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h48 audio_format_t *updatedFormat,
DAudioPort.h70 status_t checkCompatibleFormat(audio_format_t format, audio_format_t *updatedFormat) const;