HomeSort by relevance Sort by last modified time
    Searched refs:NanoAppBinary (Results 1 - 19 of 19) sorted by null

  /frameworks/base/core/java/android/hardware/location/
NanoAppBinary.aidl 22 parcelable NanoAppBinary;
NanoAppBinary.java 32 public final class NanoAppBinary implements Parcelable {
33 private static final String TAG = "NanoAppBinary";
84 public NanoAppBinary(byte[] appBinary) {
140 throw new IndexOutOfBoundsException("NanoAppBinary binary byte size ("
221 private NanoAppBinary(Parcel in) {
240 public static final Creator<NanoAppBinary> CREATOR =
241 new Creator<NanoAppBinary>() {
243 public NanoAppBinary createFromParcel(Parcel in) {
244 return new NanoAppBinary(in);
248 public NanoAppBinary[] newArray(int size)
    [all...]
IContextHubService.aidl 23 import android.hardware.location.NanoAppBinary;
69 in NanoAppBinary nanoAppBinary);
ContextHubManager.java 164 * @deprecated Use {@link #loadNanoApp(ContextHubInfo, NanoAppBinary)} instead.
381 * @throws NullPointerException if hubInfo or NanoAppBinary is null
383 * @see NanoAppBinary
387 @NonNull ContextHubInfo hubInfo, @NonNull NanoAppBinary appBinary) {
389 Preconditions.checkNotNull(appBinary, "NanoAppBinary cannot be null");
  /frameworks/base/services/core/java/com/android/server/location/
ContextHubServiceUtil.java 28 import android.hardware.location.NanoAppBinary;
113 * Generates the Context Hub HAL's NanoAppBinary object from the client-facing
114 * android.hardware.location.NanoAppBinary object.
116 * @param nanoAppBinary the client-facing NanoAppBinary object
117 * @return the Context Hub HAL's NanoAppBinary object
120 static android.hardware.contexthub.V1_0.NanoAppBinary createHidlNanoAppBinary(
121 NanoAppBinary nanoAppBinary) {
122 android.hardware.contexthub.V1_0.NanoAppBinary hidlNanoAppBinary
    [all...]
ContextHubTransactionManager.java 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())
    [all...]
ContextHubService.java 37 import android.hardware.location.NanoAppBinary;
291 * @param nanoAppBinary the binary to load
295 int contextHubId, NanoAppBinary nanoAppBinary) {
299 handleLoadResponseOldApi(contextHubId, result, nanoAppBinary);
363 NanoAppBinary nanoAppBinary = new NanoAppBinary(nanoApp.getAppBinary());
365 createLoadTransactionCallback(contextHubHandle, nanoAppBinary);
368 contextHubHandle, nanoAppBinary, onCompleteCallback)
    [all...]
  /hardware/interfaces/contexthub/1.0/
IContexthub.hal 92 NanoAppBinary appBinary,
types.hal 33 struct NanoAppBinary {
  /system/chre/host/hal_generic/
generic_context_hub.h 45 using ::android::hardware::contexthub::V1_0::NanoAppBinary;
63 Return<Result> loadNanoApp(uint32_t hubId, const NanoAppBinary& appBinary, uint32_t transactionId) override;
generic_context_hub.cc 222 uint32_t hubId, const NanoAppBinary& appBinary, uint32_t transactionId) {
  /device/google/contexthub/contexthubhal/
NanohubHidlAdapter.h 53 const NanoAppBinary& appBinary,
NanohubHidlAdapter.cpp 386 const NanoAppBinary& appBinary,
524 static bool readApp(const char *file, NanoAppBinary *appBinary)
569 NanoAppBinary appBinary;
  /hardware/interfaces/contexthub/1.0/default/
Contexthub.h 44 const NanoAppBinary& appBinary,
Contexthub.cpp 431 const NanoAppBinary& appBinary,
  /hardware/interfaces/contexthub/1.0/vts/functional/
VtsHalContexthubV1_0TargetTest.cpp 42 using ::android::hardware::contexthub::V1_0::NanoAppBinary;
347 NanoAppBinary emptyApp;
  /frameworks/base/config/
boot-image-profile.txt     [all...]
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 429 milliseconds