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

  /hardware/interfaces/contexthub/1.0/
IContexthub.hal 75 * reboot, and not start them until a call is made to enableNanoApp(). In
135 enableNanoApp(uint32_t hubId, uint64_t appId, uint32_t transactionId)
  /frameworks/base/core/java/android/hardware/location/
IContextHubService.aidl 77 void enableNanoApp(
ContextHubManager.java 443 @NonNull public ContextHubTransaction<Void> enableNanoApp(
452 mService.enableNanoApp(hubInfo.getId(), callback, nanoAppId);
  /device/google/contexthub/contexthubhal/
NanohubHidlAdapter.h 60 Return<Result> enableNanoApp(uint32_t hubId,
NanohubHidlAdapter.cpp 433 Return<Result> Contexthub::enableNanoApp(uint32_t hubId,
575 enableNanoApp(0, strtoul(hh_data[1].c_str(), NULL, 16), 0);
  /hardware/interfaces/contexthub/1.0/default/
Contexthub.h 51 Return<Result> enableNanoApp(uint32_t hubId,
Contexthub.cpp 480 Return<Result> Contexthub::enableNanoApp(uint32_t hubId,
  /system/chre/host/hal_generic/
generic_context_hub.h 65 Return<Result> enableNanoApp(uint32_t hubId, uint64_t appId, uint32_t transactionId) override;
generic_context_hub.cc 300 Return<Result> GenericContextHub::enableNanoApp(
  /frameworks/base/services/core/java/com/android/server/location/
ContextHubTransactionManager.java 199 return mContextHubProxy.enableNanoApp(
ContextHubService.java 688 public void enableNanoApp(
  /hardware/interfaces/contexthub/1.0/vts/functional/
VtsHalContexthubV1_0TargetTest.cpp 375 Result result = hubApi->enableNanoApp(getHubId(), kNonExistentAppId,
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 770 milliseconds