Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching refs:code

111 // @param[out] status On exit contains the status code to be returned.
683 // stagefright code instead.
972 // Placeholder for the return code, updated by the caller.
1163 bool MediaPlayerService::Client::shouldDropMetadata(media::Metadata::Type code) const
1167 if (findMetadata(mMetadataDrop, code)) {
1171 if (mMetadataAllow.isEmpty() || findMetadata(mMetadataAllow, code)) {