Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching refs:ext2

1142 void MediaPlayerService::Client::notify(void* cookie, int msg, int ext1, int ext2)
1148 const media::Metadata::Type metadata_type = ext2;
1158 LOGV("[%d] notify (%p, %d, %d, %d)", client->mConnId, cookie, msg, ext1, ext2);
1159 client->mClient->notify(msg, ext1, ext2);
1817 void MediaPlayerService::AudioCache::notify(void* cookie, int msg, int ext1, int ext2)
1819 LOGV("notify(%p, %d, %d, %d)", cookie, msg, ext1, ext2);
1826 LOGE("Error %d, %d occurred", ext1, ext2);