Home | History | Annotate | Download | only in location

Lines Matching refs:NanoAppBinary

24 import android.hardware.location.NanoAppBinary;
98 * @param nanoAppBinary the binary of the nanoapp to load
103 int contextHubId, NanoAppBinary nanoAppBinary,
109 android.hardware.contexthub.V1_0.NanoAppBinary hidlNanoAppBinary =
110 ContextHubServiceUtil.createHidlNanoAppBinary(nanoAppBinary);
116 Long.toHexString(nanoAppBinary.getNanoAppId()), e);
128 contextHubId, nanoAppBinary.getNanoAppId(),
129 nanoAppBinary.getNanoAppVersion());
134 mClientManager.onNanoAppLoaded(contextHubId, nanoAppBinary.getNanoAppId());