Home
last modified time | relevance | path

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

/hardware/interfaces/contexthub/1.0/default/
DContexthub.h47 uint64_t appId,
51 uint64_t appId,
55 uint64_t appId,
DContexthub.cpp296 app.appId = query_info.app_name.id; in handleOsMessage()
391 uint64_t appId, in unloadNanoApp() argument
412 req.app_name.id = appId; in unloadNanoApp()
449 .app_id.id = htole64(appBinary.appId), in loadNanoApp()
477 uint64_t appId, in enableNanoApp() argument
497 req.app_name.id = appId; in enableNanoApp()
510 uint64_t appId, in disableNanoApp() argument
530 req.app_name.id = appId; in disableNanoApp()
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_ims.cpp64 std::string appId = ""; in TEST_F() local
66 radio->getFacilityLockForApp(serial, facility, password, serviceClass, appId); in TEST_F()
88 std::string appId = ""; in TEST_F() local
90 radio->setFacilityLockForApp(serial, facility, lockState, password, serviceClass, appId); in TEST_F()
/hardware/interfaces/contexthub/1.0/
DIContexthub.hal104 * appId appIdentifier returned by the HAL
114 unloadNanoApp(uint32_t hubId, uint64_t appId, uint32_t transactionId)
125 * appId appIdentifier returned by the HAL
135 enableNanoApp(uint32_t hubId, uint64_t appId, uint32_t transactionId)
146 * appId appIdentifier returned by the HAL
156 disableNanoApp(uint32_t hubId, uint64_t appId, uint32_t transactionId)
DIContexthubCallback.hal58 * @params 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.cpp148 virtual Return<void> handleAppAbort(uint64_t appId, uint32_t abortCode) in handleAppAbort() argument
151 "0x%" PRIx32, appId, abortCode); in handleAppAbort()
245 EXPECT_NE(appInfo.appId, UINT64_C(0)); in TEST_P()
246 EXPECT_NE(appInfo.appId, kNonExistentAppId); in TEST_P()
333 emptyApp.appId = kNonExistentAppId; in TEST_P()
/hardware/interfaces/radio/1.0/
DIRadio.hal562 * @param appId is AID value, See ETSI 102.221 8.1 and 101.220 4, empty string if no value.
568 string password, int32_t serviceClass, string appId);
580 * @param appId is AID value, See ETSI 102.221 8.1 and 101.220 4, empty string if no value.
586 string password, int32_t serviceClass, string appId);
/hardware/ril/libril/
Dril_service.cpp222 const ::android::hardware::hidl_string& appId);
229 const ::android::hardware::hidl_string& appId);
1251 const hidl_string& appId) { in getFacilityLockForApp() argument
1257 (std::to_string(serviceClass)).c_str(), appId.c_str()); in getFacilityLockForApp()
1263 int32_t serviceClass, const hidl_string& appId) { in setFacilityLockForApp() argument
1269 (std::to_string(serviceClass)).c_str(), appId.c_str() ); in setFacilityLockForApp()