HomeSort by relevance Sort by last modified time
    Searched refs:mDeathRecipient (Results 1 - 11 of 11) sorted by null

  /frameworks/av/media/libmediaplayerservice/
DeathNotifier.cpp 48 mDeathRecipient{new DeathRecipient(notify)} {
49 service->linkToDeath(mDeathRecipient);
54 mDeathRecipient{new DeathRecipient(notify)} {
55 service->linkToDeath(mDeathRecipient, 0);
59 : mService{other.mService}, mDeathRecipient{other.mDeathRecipient} {
61 other.mDeathRecipient = nullptr;
69 std::get<1>(mService)->unlinkToDeath(mDeathRecipient);
72 std::get<2>(mService)->unlinkToDeath(mDeathRecipient);
DeathNotifier.h 42 sp<DeathRecipient> mDeathRecipient;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
AWakeLock.cpp 35 mDeathRecipient(new PMDeathRecipient(this)) {}
40 binder->unlinkToDeath(mDeathRecipient);
56 binder->linkToDeath(mDeathRecipient);
AWakeLock.h 59 const sp<PMDeathRecipient> mDeathRecipient;
  /external/ims/rcs/rcsmanager/src/java/com/android/ims/
RcsManager.java 241 private RcsServiceDeathRecipient mDeathRecipient = new RcsServiceDeathRecipient();
360 b.linkToDeath(mDeathRecipient, 0);
  /device/google/contexthub/contexthubhal/
NanohubHidlAdapter.h 98 sp<DeathRecipient> mDeathRecipient;
NanohubHidlAdapter.cpp 51 : mDeathRecipient(new DeathRecipient(this)),
175 mCachedHubInfo[hubId].callback->unlinkToDeath(mDeathRecipient);
180 Return<bool> linkResult = cb->linkToDeath(mDeathRecipient, hubId);
  /frameworks/av/media/codec2/hidl/client/include/codec2/hidl/
client.h 378 sp<::android::hardware::hidl_death_recipient> mDeathRecipient;
  /frameworks/av/media/codec2/hidl/client/
client.cpp     [all...]
  /frameworks/av/services/audioflinger/
Threads.h 534 const sp<PMDeathRecipient> mDeathRecipient;
    [all...]
Threads.cpp 475 mDeathRecipient(new PMDeathRecipient(this)),
491 binder->unlinkToDeath(mDeathRecipient);
    [all...]

Completed in 1207 milliseconds