Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/external/
DCarStatsPuller.cpp54 static sp<CarStatsDeathRecipient> gDeathRecipient = new CarStatsDeathRecipient(); variable
65 binder->linkToDeath(gDeathRecipient); in getCarService()
DPowerStatsPuller.cpp57 static sp<PowerStatsPullerDeathRecipient> gDeathRecipient = new PowerStatsPullerDeathRecipient(); variable
67 hardware::Return<bool> linked = gPowerStatsHal->linkToDeath(gDeathRecipient, 0); in getPowerStatsHalLocked()
DSubsystemSleepStatePuller.cpp91 static sp<SubsystemSleepStatePullerDeathRecipient> gDeathRecipient = variable
169 hardware::Return<bool> linked = gPowerStatsHalV1_0->linkToDeath(gDeathRecipient, 0); in getPowerStatsHalLocked()
240 hardware::Return<bool> linked = gPowerHalV1_0->linkToDeath(gDeathRecipient, 0); in getPowerHalLocked()
/frameworks/base/services/core/jni/
Dcom_android_server_am_BatteryStatsService.cpp115 sp<PowerHalDeathRecipient> gDeathRecipient = new PowerHalDeathRecipient(); variable
350 hardware::Return<bool> linked = gPowerStatsHalV1_0->linkToDeath(gDeathRecipient, 0); in getPowerStatsHalLocked()