/system/hwservicemanager/ |
D | TokenManager.cpp | 30 namespace token { namespace 85 TokenManager::lookupToken(const hidl_vec<uint8_t> &token) { in lookupToken() 108 Return<bool> TokenManager::unregister(const hidl_vec<uint8_t> &token) { in unregister() 119 Return<sp<IBase>> TokenManager::get(const hidl_vec<uint8_t> &token) { in get() 148 const hidl_vec<uint8_t> &token = makeToken(id, hmac.data(), hmacSize); in generateToken() local 167 uint64_t TokenManager::getTokenId(const hidl_vec<uint8_t> &token) { in getTokenId() 180 hidl_vec<uint8_t> token; in makeToken() local
|
D | TokenManager.h | 64 hidl_vec<uint8_t> token; // First eight bytes are tokenId. Remaining bytes are hmac. member
|
/system/tools/aidl/tests/java/src/android/aidl/sdkversion/ |
D | ITestService.aidl | 20 boolean RepeatBoolean(boolean token); in RepeatBoolean() 27 @nullable TypedObject RepeatTypedObject(in @nullable TypedObject token); in RepeatTypedObject()
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 94 boolean RepeatBoolean(boolean token); in RepeatBoolean() 95 byte RepeatByte(byte token); in RepeatByte() 96 char RepeatChar(char token); in RepeatChar() 97 int RepeatInt(int token); in RepeatInt() 98 long RepeatLong(long token); in RepeatLong() 99 float RepeatFloat(float token); in RepeatFloat() 100 double RepeatDouble(double token); in RepeatDouble() 101 String RepeatString(String token); in RepeatString() 102 ByteEnum RepeatByteEnum(ByteEnum token); in RepeatByteEnum() 103 IntEnum RepeatIntEnum(IntEnum token); in RepeatIntEnum() [all …]
|
/system/tools/aidl/tests/java/src/android/aidl/sdkversion/service/ |
D | AidlJavaVersionTestService.java | 27 public boolean RepeatBoolean(boolean token) { in RepeatBoolean() 32 public TypedObject RepeatTypedObject(TypedObject token) { in RepeatTypedObject()
|
/system/tools/aidl/tests/java/src/android/aidl/sdkversion/tests/ |
D | AidlJavaVersionTests.java | 65 TypedObject token = new TypedObject(); in testTypedObject() local 66 assertEquals(mService.RepeatTypedObject(token), token); in testTypedObject() local
|
/system/libhidl/transport/token/1.0/utils/ |
D | HybridInterface.cpp | 76 sp<HInterface> retrieveHalInterface(const HalToken& token) { in retrieveHalInterface() 91 bool createHalToken(const sp<HInterface>& interface, HalToken* token) { in createHalToken() 105 bool deleteHalToken(const HalToken& token) { in deleteHalToken()
|
/system/security/keystore/tests/ |
D | verification_token_seralization_test.cpp | 32 VerificationToken token; in TEST() local 52 VerificationToken token; in TEST() local
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 37 @Override public boolean RepeatBoolean(boolean token) throws android.os.RemoteException in RepeatBoolean() 41 @Override public byte RepeatByte(byte token) throws android.os.RemoteException in RepeatByte() 45 @Override public char RepeatChar(char token) throws android.os.RemoteException in RepeatChar() 49 @Override public int RepeatInt(int token) throws android.os.RemoteException in RepeatInt() 53 @Override public long RepeatLong(long token) throws android.os.RemoteException in RepeatLong() 57 @Override public float RepeatFloat(float token) throws android.os.RemoteException in RepeatFloat() 61 @Override public double RepeatDouble(double token) throws android.os.RemoteException in RepeatDouble() 65 …@Override public java.lang.String RepeatString(java.lang.String token) throws android.os.RemoteExc… in RepeatString() 69 @Override public byte RepeatByteEnum(byte token) throws android.os.RemoteException in RepeatByteEnum() 73 @Override public int RepeatIntEnum(int token) throws android.os.RemoteException in RepeatIntEnum() [all …]
|
/system/keymaster/tests/ |
D | keymaster_enforcement_test.cpp | 54 bool auth_token_timed_out(const hw_auth_token_t& token, uint32_t timeout) const override { in auth_token_timed_out() argument 583 hw_auth_token_t token; in TEST_F() local 606 hw_auth_token_t token; in TEST_F() local 635 hw_auth_token_t token; in TEST_F() local 659 hw_auth_token_t token; in TEST_F() local 686 hw_auth_token_t token; in TEST_F() local 715 hw_auth_token_t token; in TEST_F() local 744 hw_auth_token_t token; in TEST_F() local 767 hw_auth_token_t token; in TEST_F() local 820 hw_auth_token_t token; in TEST_F() local [all …]
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 145 public boolean RepeatBoolean(boolean token) throws RemoteException { in RepeatBoolean() 149 public byte RepeatByte(byte token) throws RemoteException { in RepeatByte() 153 public char RepeatChar(char token) throws RemoteException { in RepeatChar() 157 public int RepeatInt(int token) throws RemoteException { in RepeatInt() 161 public long RepeatLong(long token) throws RemoteException { in RepeatLong() 165 public float RepeatFloat(float token) throws RemoteException { in RepeatFloat() 169 public double RepeatDouble(double token) throws RemoteException { in RepeatDouble() 173 public String RepeatString(String token) throws RemoteException { in RepeatString() 177 public byte RepeatByteEnum(byte token) throws RemoteException { in RepeatByteEnum() 181 public int RepeatIntEnum(int token) throws RemoteException { in RepeatIntEnum() [all …]
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BnTestService.h | 94 ::android::binder::Status RepeatBoolean(bool token, bool* _aidl_return) override { in RepeatBoolean() 97 ::android::binder::Status RepeatByte(int8_t token, int8_t* _aidl_return) override { in RepeatByte() 100 ::android::binder::Status RepeatChar(char16_t token, char16_t* _aidl_return) override { in RepeatChar() 103 ::android::binder::Status RepeatInt(int32_t token, int32_t* _aidl_return) override { in RepeatInt() 106 ::android::binder::Status RepeatLong(int64_t token, int64_t* _aidl_return) override { in RepeatLong() 109 ::android::binder::Status RepeatFloat(float token, float* _aidl_return) override { in RepeatFloat() 112 ::android::binder::Status RepeatDouble(double token, double* _aidl_return) override { in RepeatDouble() 115 …Status RepeatString(const ::android::String16& token, ::android::String16* _aidl_return) override { in RepeatString() 118 …::android::binder::Status RepeatByteEnum(::android::aidl::tests::ByteEnum token, ::android::aidl::… in RepeatByteEnum() 121 …::android::binder::Status RepeatIntEnum(::android::aidl::tests::IntEnum token, ::android::aidl::te… in RepeatIntEnum() [all …]
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 126 ::android::binder::Status BpTestService::RepeatBoolean(bool token, bool* _aidl_return) { in RepeatBoolean() 164 ::android::binder::Status BpTestService::RepeatByte(int8_t token, int8_t* _aidl_return) { in RepeatByte() 202 ::android::binder::Status BpTestService::RepeatChar(char16_t token, char16_t* _aidl_return) { in RepeatChar() 240 ::android::binder::Status BpTestService::RepeatInt(int32_t token, int32_t* _aidl_return) { in RepeatInt() 278 ::android::binder::Status BpTestService::RepeatLong(int64_t token, int64_t* _aidl_return) { in RepeatLong() 316 ::android::binder::Status BpTestService::RepeatFloat(float token, float* _aidl_return) { in RepeatFloat() 354 ::android::binder::Status BpTestService::RepeatDouble(double token, double* _aidl_return) { in RepeatDouble() 392 … BpTestService::RepeatString(const ::android::String16& token, ::android::String16* _aidl_return) { in RepeatString() 430 ::android::binder::Status BpTestService::RepeatByteEnum(::android::aidl::tests::ByteEnum token, ::a… in RepeatByteEnum() 468 ::android::binder::Status BpTestService::RepeatIntEnum(::android::aidl::tests::IntEnum token, ::and… in RepeatIntEnum() [all …]
|
/system/security/keystore/include/keystore/ |
D | OperationResult.h | 35 sp<IBinder> token; member
|
D | keystore_hidl_support.h | 88 inline static hidl_vec<uint8_t> authToken2HidlVec(const Km3HardwareAuthToken& token) { in authToken2HidlVec() 120 Km3HardwareAuthToken token; in hidlVec2Km3AuthToken() local
|
/system/hardware/interfaces/suspend/aidl/android/system/suspend/internal/ |
D | ISuspendControlServiceInternal.aidl | 36 boolean enableAutosuspend(IBinder token); in enableAutosuspend()
|
/system/core/trusty/keymaster/keymint/ |
D | TrustySecureClock.cpp | 29 TimeStampToken* token) { in generateTimeStamp()
|
/system/tools/aidl/tests/ |
D | aidl_test_service.cpp | 278 void LogRepeatedStringToken(const String16& token) { in LogRepeatedStringToken() 284 void LogRepeatedToken(const T& token) { in LogRepeatedToken() 294 Status RepeatBoolean(bool token, bool* _aidl_return) override { in RepeatBoolean() 299 Status RepeatByte(int8_t token, int8_t* _aidl_return) override { in RepeatByte() 304 Status RepeatChar(char16_t token, char16_t* _aidl_return) override { in RepeatChar() 309 Status RepeatInt(int32_t token, int32_t* _aidl_return) override { in RepeatInt() 314 Status RepeatLong(int64_t token, int64_t* _aidl_return) override { in RepeatLong() 319 Status RepeatFloat(float token, float* _aidl_return) override { in RepeatFloat() 324 Status RepeatDouble(double token, double* _aidl_return) override { in RepeatDouble() 329 Status RepeatString(const String16& token, String16* _aidl_return) override { in RepeatString() [all …]
|
/system/tools/hidl/lint/lints/ |
D | enumMaxAndAll.cpp | 49 for (const std::string& token : tokens) { in enumValueNames() local
|
/system/keymaster/ng/ |
D | AndroidSecureClock.cpp | 41 ScopedAStatus AndroidSecureClock::generateTimeStamp(int64_t challenge, TimeStampToken* token) { in generateTimeStamp()
|
D | KeyMintAidlUtils.cpp | 27 vector<uint8_t> authToken2AidlVec(const HardwareAuthToken& token) { in authToken2AidlVec()
|
D | KeyMintUtils.cpp | 101 vector<uint8_t> authToken2AidlVec(const std::optional<HardwareAuthToken>& token) { in authToken2AidlVec()
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | DelegatorTests.java | 39 public byte RepeatByte(byte token) throws RemoteException { in RepeatByte()
|
/system/keymaster/ng/include/ |
D | keystore_hidl_support.h | 101 inline static hidl_vec<uint8_t> authToken2HidlVec(const HardwareAuthToken& token) { in authToken2HidlVec()
|
/system/hardware/interfaces/suspend/1.0/default/ |
D | SystemSuspend.cpp | 167 bool SystemSuspend::enableAutosuspend(const sp<IBinder>& token) { in enableAutosuspend() 218 [](const sp<IBinder>& token) { return token->pingBinder() != OK; }), in checkAutosuspendClientsLivenessLocked()
|