Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/
DMediaRecorderClient.cpp382 mDeathNotifiers.clear(); in release()
425 mDeathNotifiers.clear(); in setListener()
447 mDeathNotifiers.emplace_back( in setListener()
474 mDeathNotifiers.emplace_back( in setListener()
513 mDeathNotifiers.emplace_back(hidlBase, onBinderDied); in setListener()
515 mDeathNotifiers.emplace_back(aidlBase, onBinderDied); in setListener()
DMediaRecorderClient.h100 std::vector<DeathNotifier> mDeathNotifiers; variable
DMediaPlayerService.h495 std::vector<DeathNotifier> mDeathNotifiers; variable
DMediaPlayerService.cpp959 mDeathNotifiers.clear(); in setDataSource_pre()
960 mDeathNotifiers.swap(deathNotifiers); in setDataSource_pre()