Home
last modified time | relevance | path

Searched refs:isOneWay (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/powermanager/
DIPowerManager.cpp39 const String16& packageName, bool isOneWay) in acquireWakeLock() argument
51 isOneWay ? IBinder::FLAG_ONEWAY : 0); in acquireWakeLock()
55 const String16& packageName, int uid, bool isOneWay) in acquireWakeLockWithUid() argument
66 isOneWay ? IBinder::FLAG_ONEWAY : 0); in acquireWakeLockWithUid()
69 virtual status_t releaseWakeLock(const sp<IBinder>& lock, int flags, bool isOneWay) in releaseWakeLock() argument
76 isOneWay ? IBinder::FLAG_ONEWAY : 0); in releaseWakeLock()
80 bool isOneWay) { in updateWakeLockUids() argument
86 isOneWay ? IBinder::FLAG_ONEWAY : 0); in updateWakeLockUids()
/frameworks/native/include/powermanager/
DIPowerManager.h61 const String16& packageName, bool isOneWay = false) = 0;
63 const String16& packageName, int uid, bool isOneWay = false) = 0;
64 virtual status_t releaseWakeLock(const sp<IBinder>& lock, int flags, bool isOneWay = false) = 0;
66 bool isOneWay = false) = 0;