Home
last modified time | relevance | path

Searched refs:stringVectorToHidl (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/chre/host/hal_generic/common/
H A Dgeneric_context_hub_base.h80 inline hidl_vec<hidl_string> stringVectorToHidl( in stringVectorToHidl() function
285 stringVectorToHidl(chreToAndroidPermissions(message.permissions)); in onNanoappMessage()
288 hidl_vec<hidl_string> msgContentPerms = stringVectorToHidl( in onNanoappMessage()
318 stringVectorToHidl(chreToAndroidPermissions(nanoapp->permissions)); in onNanoappListResponse()
/aosp_15_r20/system/chre/host/hal_generic/V1_2/
H A Dgeneric_context_hub_v1_2.cc46 stringVectorToHidl;
65 _hidl_cb(retHubs, stringVectorToHidl(kSupportedPermissions)); in getHubs_1_2()