Searched refs:checkCompatibleFormat (Results 1 – 3 of 3) sorted by relevance
70 status_t checkCompatibleFormat(audio_format_t format, audio_format_t *updatedFormat) const;
83 if (isRecordThread && checkCompatibleFormat(format, &myUpdatedFormat) != NO_ERROR) { in isCompatibleProfile()
542 status_t AudioPort::checkCompatibleFormat(audio_format_t format, audio_format_t *updatedFormat) in checkCompatibleFormat() function in android::AudioPort