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

  /frameworks/av/media/utils/
BatteryNotifier.cpp 36 if (mDeathNotifier != nullptr) {
37 IInterface::asBinder(mBatteryStatService)->unlinkToDeath(mDeathNotifier);
184 mDeathNotifier.clear();
208 mDeathNotifier = new DeathNotifier();
209 IInterface::asBinder(mBatteryStatService)->linkToDeath(mDeathNotifier);
  /frameworks/av/media/utils/include/mediautils/
BatteryNotifier.h 66 sp<DeathNotifier> mDeathNotifier;
  /frameworks/av/camera/ndk/impl/
ACameraManager.cpp 57 IInterface::asBinder(mCameraService)->unlinkToDeath(mDeathNotifier);
60 mDeathNotifier.clear();
94 if (mDeathNotifier == nullptr) {
95 mDeathNotifier = new DeathNotifier(this);
97 binder->linkToDeath(mDeathNotifier);
ACameraManager.h 82 sp<DeathNotifier> mDeathNotifier;
  /frameworks/av/camera/ndk/ndk_vendor/impl/
ACameraManager.cpp 166 mCameraService->unlinkToDeath(mDeathNotifier);
169 mDeathNotifier.clear();
231 if (mDeathNotifier == nullptr) {
232 mDeathNotifier = new DeathNotifier(this);
234 cameraServiceBinder->linkToDeath(mDeathNotifier, 0);
ACameraManager.h 90 sp<DeathNotifier> mDeathNotifier;
  /frameworks/av/media/libstagefright/include/media/stagefright/
CameraSource.h 199 sp<DeathNotifier> mDeathNotifier;
  /frameworks/av/media/libaudioclient/
AudioRecord.cpp 182 IInterface::asBinder(mAudioRecord)->unlinkToDeath(mDeathNotifier, this);
787 IInterface::asBinder(mAudioRecord)->unlinkToDeath(mDeathNotifier, this);
788 mDeathNotifier.clear();
837 mDeathNotifier = new DeathNotifier(this);
838 IInterface::asBinder(mAudioRecord)->linkToDeath(mDeathNotifier, this);
    [all...]
AudioTrack.cpp 314 IInterface::asBinder(mAudioTrack)->unlinkToDeath(mDeathNotifier, this);
    [all...]
  /frameworks/av/media/libaudioclient/include/media/
AudioRecord.h     [all...]
AudioTrack.h     [all...]
  /frameworks/av/media/libstagefright/
CameraSource.cpp 260 mDeathNotifier = new DeathNotifier();
262 IInterface::asBinder(mCameraRecordingProxy)->linkToDeath(mDeathNotifier);
871 IInterface::asBinder(mCameraRecordingProxy)->unlinkToDeath(mDeathNotifier);
    [all...]
ACodec.cpp 347 sp<DeathNotifier> mDeathNotifier;
    [all...]

Completed in 155 milliseconds