Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.h424 bool shouldDropMetadata(media::Metadata::Type type) const;
DMediaPlayerService.cpp1453 if(shouldDropMetadata(metadata_type)) { in notify()
1469 bool MediaPlayerService::Client::shouldDropMetadata(media::Metadata::Type code) const in shouldDropMetadata() function in android::MediaPlayerService::Client