Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayer2/include/mediaplayer2/
Dmediaplayer2.h121 bool shouldDropMetadata(media::Metadata::Type type) const;
/frameworks/av/media/libmediaplayer2/
Dmediaplayer2.cpp1272 bool MediaPlayer2::shouldDropMetadata(media::Metadata::Type code) const { in shouldDropMetadata() function in android::MediaPlayer2
1301 if(shouldDropMetadata(metadata_type)) { in notify()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.h456 bool shouldDropMetadata(media::Metadata::Type type) const;
DMediaPlayerService.cpp1463 if(shouldDropMetadata(metadata_type)) { in notify()
1479 bool MediaPlayerService::Client::shouldDropMetadata(media::Metadata::Type code) const in shouldDropMetadata() function in android::MediaPlayerService::Client