Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/location/contexthub/
H A DContextHubServiceUtil.java130 android.hardware.contexthub.V1_0.NanoAppBinary hidlNanoAppBinary = in createHidlNanoAppBinary() local
133 hidlNanoAppBinary.appId = nanoAppBinary.getNanoAppId(); in createHidlNanoAppBinary()
134 hidlNanoAppBinary.appVersion = nanoAppBinary.getNanoAppVersion(); in createHidlNanoAppBinary()
135 hidlNanoAppBinary.flags = nanoAppBinary.getFlags(); in createHidlNanoAppBinary()
136 hidlNanoAppBinary.targetChreApiMajorVersion = nanoAppBinary.getTargetChreApiMajorVersion(); in createHidlNanoAppBinary()
137 hidlNanoAppBinary.targetChreApiMinorVersion = nanoAppBinary.getTargetChreApiMinorVersion(); in createHidlNanoAppBinary()
142 copyToByteArrayList(nanoAppBinary.getBinaryNoHeader(), hidlNanoAppBinary.customBinary); in createHidlNanoAppBinary()
149 return hidlNanoAppBinary; in createHidlNanoAppBinary()
H A DContextHubTransactionManager.java146 android.hardware.contexthub.V1_0.NanoAppBinary hidlNanoAppBinary = in createLoadTransaction()
150 contextHubId, hidlNanoAppBinary, this.getTransactionId()); in createLoadTransaction()