Home
last modified time | relevance | path

Searched refs:shouldDropMetadata (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.h380 bool shouldDropMetadata(media::Metadata::Type type) const;
DMediaPlayerService.cpp1294 if(client->shouldDropMetadata(metadata_type)) { in notify()
1310 bool MediaPlayerService::Client::shouldDropMetadata(media::Metadata::Type code) const in shouldDropMetadata() function in android::MediaPlayerService::Client