Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/location/contexthub/
H A DContextHubServiceUtil.java142 android.hardware.contexthub.V1_0.NanoAppBinary hidlNanoAppBinary = in createHidlNanoAppBinary() local
145 hidlNanoAppBinary.appId = nanoAppBinary.getNanoAppId(); in createHidlNanoAppBinary()
146 hidlNanoAppBinary.appVersion = nanoAppBinary.getNanoAppVersion(); in createHidlNanoAppBinary()
147 hidlNanoAppBinary.flags = nanoAppBinary.getFlags(); in createHidlNanoAppBinary()
148 hidlNanoAppBinary.targetChreApiMajorVersion = nanoAppBinary.getTargetChreApiMajorVersion(); in createHidlNanoAppBinary()
149 hidlNanoAppBinary.targetChreApiMinorVersion = nanoAppBinary.getTargetChreApiMinorVersion(); in createHidlNanoAppBinary()
154 copyToByteArrayList(nanoAppBinary.getBinaryNoHeader(), hidlNanoAppBinary.customBinary); in createHidlNanoAppBinary()
161 return hidlNanoAppBinary; in createHidlNanoAppBinary()
H A DIContextHubWrapper.java896 android.hardware.contexthub.V1_0.NanoAppBinary hidlNanoAppBinary = in loadNanoapp() local
899 contextHubId, hidlNanoAppBinary, transactionId)); in loadNanoapp()