Home
last modified time | relevance | path

Searched defs:uid (Results 1 – 25 of 43) sorted by relevance

12

/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/5/android/hardware/power/
DIPower.aidl41 …android.hardware.power.IPowerHintSession createHintSession(in int tgid, in int uid, in int[] threa… in createHintSession()
43 …android.hardware.power.IPowerHintSession createHintSessionWithConfig(in int tgid, in int uid, in i… in createHintSessionWithConfig()
44 android.hardware.power.ChannelConfig getSessionChannel(in int tgid, in int uid); in getSessionChannel()
45 oneway void closeSessionChannel(in int tgid, in int uid); in closeSessionChannel()
/hardware/interfaces/gatekeeper/aidl/aidl_api/android.hardware.gatekeeper/current/android/hardware/gatekeeper/
DIGatekeeper.aidl38 void deleteUser(in int uid); in deleteUser()
39 …android.hardware.gatekeeper.GatekeeperEnrollResponse enroll(in int uid, in byte[] currentPasswordH… in enroll()
40 …android.hardware.gatekeeper.GatekeeperVerifyResponse verify(in int uid, in long challenge, in byte… in verify()
/hardware/interfaces/gatekeeper/aidl/aidl_api/android.hardware.gatekeeper/1/android/hardware/gatekeeper/
DIGatekeeper.aidl38 void deleteUser(in int uid); in deleteUser()
39 …android.hardware.gatekeeper.GatekeeperEnrollResponse enroll(in int uid, in byte[] currentPasswordH… in enroll()
40 …android.hardware.gatekeeper.GatekeeperVerifyResponse verify(in int uid, in long challenge, in byte… in verify()
/hardware/interfaces/gatekeeper/aidl/android/hardware/gatekeeper/
DIGatekeeper.aidl66 void deleteUser(in int uid); in deleteUser()
105 GatekeeperEnrollResponse enroll(in int uid, in byte[] currentPasswordHandle, in enroll()
144 GatekeeperVerifyResponse verify(in int uid, in long challenge, in byte[] enrolledPasswordHandle, in verify()
/hardware/interfaces/power/aidl/android/hardware/power/
DIPower.aidl106 in int tgid, in int uid, in int[] threadIds, in long durationNanos); in createHintSession()
131 IPowerHintSession createHintSessionWithConfig(in int tgid, in int uid, in int[] threadIds, in createHintSessionWithConfig()
144 ChannelConfig getSessionChannel(in int tgid, in int uid); in getSessionChannel()
153 oneway void closeSessionChannel(in int tgid, in int uid); in closeSessionChannel()
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/current/android/hardware/power/
DIPower.aidl41 …android.hardware.power.IPowerHintSession createHintSession(in int tgid, in int uid, in int[] threa… in createHintSession()
43 …android.hardware.power.IPowerHintSession createHintSessionWithConfig(in int tgid, in int uid, in i… in createHintSessionWithConfig()
44 android.hardware.power.ChannelConfig getSessionChannel(in int tgid, in int uid); in getSessionChannel()
45 oneway void closeSessionChannel(in int tgid, in int uid); in closeSessionChannel()
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/6/android/hardware/power/
DIPower.aidl41 …android.hardware.power.IPowerHintSession createHintSession(in int tgid, in int uid, in int[] threa… in createHintSession()
43 …android.hardware.power.IPowerHintSession createHintSessionWithConfig(in int tgid, in int uid, in i… in createHintSessionWithConfig()
44 android.hardware.power.ChannelConfig getSessionChannel(in int tgid, in int uid); in getSessionChannel()
45 oneway void closeSessionChannel(in int tgid, in int uid); in closeSessionChannel()
/hardware/google/pixel/power-libperfmgr/aidl/
DChannelManager.cpp31 bool ChannelManager<ChannelGroupT>::closeChannel(int32_t tgid, int32_t uid) { in closeChannel()
58 int32_t uid) { in getOrCreateChannel()
87 bool ChannelManager<ChannelGroupT>::getChannelConfig(int32_t tgid, int32_t uid, in getChannelConfig()
DPower.cpp272 ndk::ScopedAStatus Power::createHintSession(int32_t tgid, int32_t uid, in createHintSession()
293 int32_t tgid, int32_t uid, const std::vector<int32_t> &threadIds, int64_t durationNanos, in createHintSessionWithConfig()
314 ndk::ScopedAStatus Power::getSessionChannel(int32_t tgid, int32_t uid, in getSessionChannel()
322 ndk::ScopedAStatus Power::closeSessionChannel(int32_t tgid, int32_t uid) { in closeSessionChannel()
DChannelManager.h43 int32_t uid; member
DSessionChannel.cpp23 SessionChannel::SessionChannel(int32_t tgid, int32_t uid, int64_t id, int32_t offset) in SessionChannel()
DSessionMetrics.h110 std::optional<int32_t> uid; member
DAppHintDesc.h52 const int32_t uid; member
/hardware/interfaces/gatekeeper/1.0/default/
DGatekeeper.cpp55 Return<void> Gatekeeper::enroll(uint32_t uid, in enroll()
85 Return<void> Gatekeeper::verify(uint32_t uid, in verify()
118 Return<void> Gatekeeper::deleteUser(uint32_t uid, deleteUser_cb cb) { in deleteUser()
/hardware/interfaces/gatekeeper/1.0/software/
DSoftGateKeeperDevice.cpp44 Return<void> SoftGateKeeperDevice::enroll(uint32_t uid, in enroll()
74 uint32_t uid, uint64_t challenge, in verify()
DSoftGateKeeper.h101 virtual bool GetFailureRecord(uint32_t uid, secure_id_t user_id, failure_record_t* record, in GetFailureRecord()
113 virtual bool ClearFailureRecord(uint32_t uid, secure_id_t user_id, bool /* secure */) { in ClearFailureRecord()
121 virtual bool WriteFailureRecord(uint32_t uid, failure_record_t* record, bool /* secure */) { in WriteFailureRecord()
/hardware/interfaces/gatekeeper/aidl/software/
DGateKeeper.cpp61 ::ndk::ScopedAStatus SoftGateKeeperDevice::enroll(int32_t uid, in enroll()
103 int32_t uid, int64_t challenge, const std::vector<uint8_t>& enrolledPasswordHandle, in verify()
DSoftGateKeeper.h117 virtual bool GetFailureRecord(uint32_t uid, secure_id_t user_id, failure_record_t* record, in GetFailureRecord()
129 virtual bool ClearFailureRecord(uint32_t uid, secure_id_t user_id, bool /* secure */) { in ClearFailureRecord()
137 virtual bool WriteFailureRecord(uint32_t uid, failure_record_t* record, bool /* secure */) { in WriteFailureRecord()
/hardware/google/pixel/perfstatsd/
Dio_usage.cpp69 static bool isAppUid(uint32_t uid) { in isAppUid()
154 uint32_t uid = (uint32_t)std::stoi(strUid); in update() local
159 bool ProcPidIoStats::getNameForUid(uint32_t uid, std::string *name) { in getNameForUid()
199 uint32_t uid = mUnknownUidList[i]; in updateUnknownUidList() local
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/2/android/hardware/power/
DIPower.aidl41 …android.hardware.power.IPowerHintSession createHintSession(in int tgid, in int uid, in int[] threa… in createHintSession()
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/3/android/hardware/power/
DIPower.aidl41 …android.hardware.power.IPowerHintSession createHintSession(in int tgid, in int uid, in int[] threa… in createHintSession()
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/4/android/hardware/power/
DIPower.aidl41 …android.hardware.power.IPowerHintSession createHintSession(in int tgid, in int uid, in int[] threa… in createHintSession()
/hardware/google/pixel/powerstats/dataproviders/
DPowerStatsEnergyAttribution.cpp52 int32_t uid; in readUidTimeInState() local
/hardware/google/pixel/power-libperfmgr/aidl/tests/
DChannelGroupTest.cpp123 int uid = 123; in TEST_F() local
134 int uid = 123; in TEST_F() local
148 int uid = 123; in TEST_F() local
/hardware/interfaces/security/keymint/aidl/vts/functional/
DAuthTest.cpp103 std::optional<GatekeeperEnrollResponse> doEnroll(uint32_t uid, in doEnroll()
162 std::optional<GatekeeperEnrollResponse> doEnroll(uint32_t uid, const string& newPwd, in doEnroll()
172 std::optional<HardwareAuthToken> doVerify(uint32_t uid, uint64_t challenge, in doVerify()
230 std::optional<HardwareAuthToken> doVerify(uint32_t uid, uint64_t challenge, in doVerify()

12