Lines Matching refs:srcId
226 virtual void notify(int64_t srcId, int msg, int ext1, int ext2, const Parcel *obj) override { in notify() argument
229 player->notify(srcId, msg, ext1, ext2, obj); in notify()
482 status_t MediaPlayer2::getSrcId(int64_t *srcId) { in getSrcId() argument
483 if (srcId == NULL) { in getSrcId()
488 *srcId = mSrcId; in getSrcId()
556 status_t MediaPlayer2::playNextDataSource(int64_t srcId) { in playNextDataSource() argument
557 ALOGV("playNextDataSource srcId(%lld)", (long long)srcId); in playNextDataSource()
564 mSrcId = srcId; in playNextDataSource()
565 return mPlayer->playNextDataSource(srcId); in playNextDataSource()
1294 void MediaPlayer2::notify(int64_t srcId, int msg, int ext1, int ext2, const Parcel *obj) { in notify() argument
1296 (long long)srcId, msg, ext1, ext2); in notify()
1329 (long long)srcId, msg, ext1, ext2); in notify()
1343 (long long)srcId, msg, ext1, ext2, obj); in notify()
1415 listener->notify(srcId, msg, ext1, ext2, obj); in notify()