Home
last modified time | relevance | path

Searched refs:appId (Results 1 – 16 of 16) sorted by relevance

/hardware/interfaces/contexthub/common/vts/
DContexthubCallbackBase.h49 virtual Return<void> handleAppAbort(uint64_t appId, uint32_t abortCode) override { in handleAppAbort() argument
51 appId, abortCode); in handleAppAbort()
/hardware/interfaces/contexthub/1.0/default/
DContexthub.h48 uint64_t appId,
52 uint64_t appId,
56 uint64_t appId,
DContexthub.cpp302 app.appId = query_info.app_name.id; in handleOsMessage()
398 uint64_t appId, in unloadNanoApp() argument
419 req.app_name.id = appId; in unloadNanoApp()
453 .app_id.id = htole64(appBinary.appId), in loadNanoApp()
481 uint64_t appId, in enableNanoApp() argument
501 req.app_name.id = appId; in enableNanoApp()
514 uint64_t appId, in disableNanoApp() argument
534 req.app_name.id = appId; in disableNanoApp()
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_ims.cpp65 std::string appId = ""; in TEST_P() local
67 radio->getFacilityLockForApp(serial, facility, password, serviceClass, appId); in TEST_P()
89 std::string appId = ""; in TEST_P() local
91 radio->setFacilityLockForApp(serial, facility, lockState, password, serviceClass, appId); in TEST_P()
/hardware/interfaces/contexthub/1.0/
DIContexthub.hal104 * @param appId appIdentifier returned by the HAL
114 unloadNanoApp(uint32_t hubId, uint64_t appId, uint32_t transactionId)
125 * @param appId appIdentifier returned by the HAL
135 enableNanoApp(uint32_t hubId, uint64_t appId, uint32_t transactionId)
146 * @param appId appIdentifier returned by the HAL
156 disableNanoApp(uint32_t hubId, uint64_t appId, uint32_t transactionId)
DIContexthubCallback.hal58 * @param appId app identifier
64 handleAppAbort(uint64_t appId, uint32_t abortCode);
Dtypes.hal34 uint64_t appId; // Nanoapp identifier
155 uint64_t appName; // Intended recipient (appId)
190 uint64_t appId; // Identifier of the app
/hardware/interfaces/contexthub/1.0/vts/functional/
DVtsHalContexthubV1_0TargetTest.cpp123 EXPECT_NE(appInfo.appId, UINT64_C(0)); in TEST_P()
124 EXPECT_NE(appInfo.appId, kNonExistentAppId); in TEST_P()
206 emptyApp.appId = kNonExistentAppId; in TEST_P()
/hardware/interfaces/contexthub/1.2/vts/functional/
DVtsHalContexthubV1_2TargetTest.cpp172 EXPECT_NE(appInfo.info_1_0.appId, UINT64_C(0)); in TEST_P()
173 EXPECT_NE(appInfo.info_1_0.appId, kNonExistentAppId); in TEST_P()
/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/
DIKeyMintDevice.aidl837 in byte[] keyBlob, in byte[] appId, in byte[] appData); in getKeyCharacteristics() argument
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/
DIKeyMintDevice.aidl51 …t.KeyCharacteristics[] getKeyCharacteristics(in byte[] keyBlob, in byte[] appId, in byte[] appData… in getKeyCharacteristics() argument
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/
DIKeyMintDevice.aidl51 …t.KeyCharacteristics[] getKeyCharacteristics(in byte[] keyBlob, in byte[] appId, in byte[] appData… in getKeyCharacteristics() argument
/hardware/interfaces/radio/1.2/default/
DRadio.h110 const hidl_string& appId) override;
113 const hidl_string& appId) override;
/hardware/interfaces/radio/1.0/
DIRadio.hal568 * @param appId is AID value, See ETSI 102.221 8.1 and 101.220 4, empty string if no value.
574 string password, int32_t serviceClass, string appId);
586 * @param appId is AID value, See ETSI 102.221 8.1 and 101.220 4, empty string if no value.
592 string password, int32_t serviceClass, string appId);
/hardware/interfaces/security/keymint/aidl/vts/functional/
DKeyMintAidlTestBase.cpp1335 vector<uint8_t> appId(app_id.begin(), app_id.end()); in verify_attestation_record() local
1342 expected_sw_enforced.push_back(TAG_ATTESTATION_APPLICATION_ID, appId); in verify_attestation_record()
/hardware/ril/libril/
Dril_service.cpp223 const ::android::hardware::hidl_string& appId);
230 const ::android::hardware::hidl_string& appId);
1269 const hidl_string& appId) { in getFacilityLockForApp() argument
1275 (std::to_string(serviceClass)).c_str(), appId.c_str()); in getFacilityLockForApp()
1281 int32_t serviceClass, const hidl_string& appId) { in setFacilityLockForApp() argument
1287 (std::to_string(serviceClass)).c_str(), appId.c_str() ); in setFacilityLockForApp()