Searched refs:updatedFormat (Results 1 – 4 of 4) sorted by relevance
43 audio_format_t *updatedFormat, in isCompatibleProfile() argument112 if (updatedFormat != NULL) { in isCompatibleProfile()113 *updatedFormat = myUpdatedFormat; in isCompatibleProfile()
542 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()
48 audio_format_t *updatedFormat,
70 status_t checkCompatibleFormat(audio_format_t format, audio_format_t *updatedFormat) const;