Searched refs:hidlNanoAppBinary (Results 1 – 2 of 2) sorted by relevance
130 android.hardware.contexthub.V1_0.NanoAppBinary hidlNanoAppBinary = in createHidlNanoAppBinary() local133 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()
146 android.hardware.contexthub.V1_0.NanoAppBinary hidlNanoAppBinary = in createLoadTransaction()150 contextHubId, hidlNanoAppBinary, this.getTransactionId()); in createLoadTransaction()