Searched defs:isOneWay (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/powermanager/
H A DIPowerManager.cpp48 const String16& packageName, bool isOneWay)
60 isOneWay ? IBinder::FLAG_ONEWAY : 0);
64 const String16& packageName, int uid, bool isOneWay)
75 isOneWay ? IBinder::FLAG_ONEWAY : 0);
78 virtual status_t releaseWakeLock(const sp<IBinder>& lock, int flags, bool isOneWay) argument
85 isOneWay ? IBinder::FLAG_ONEWAY : 0);
89 bool isOneWay) {
95 isOneWay ? IBinder::FLAG_ONEWAY : 0);
47 acquireWakeLock(int flags, const sp<IBinder>& lock, const String16& tag, const String16& packageName, bool isOneWay) argument
63 acquireWakeLockWithUid(int flags, const sp<IBinder>& lock, const String16& tag, const String16& packageName, int uid, bool isOneWay) argument
88 updateWakeLockUids(const sp<IBinder>& lock, int len, const int *uids, bool isOneWay) argument

Completed in 48 milliseconds