HomeSort by relevance Sort by last modified time
    Searched refs:contexthub (Results 26 - 50 of 52) sorted by null

12 3

  /frameworks/base/services/core/java/com/android/server/location/
ContextHubClientBroker.java 20 import android.hardware.contexthub.V1_0.ContextHubMsg;
21 import android.hardware.contexthub.V1_0.IContexthub;
22 import android.hardware.contexthub.V1_0.Result;
ContextHubTransactionManager.java 19 import android.hardware.contexthub.V1_0.IContexthub;
20 import android.hardware.contexthub.V1_0.Result;
21 import android.hardware.contexthub.V1_0.TransactionResult;
109 android.hardware.contexthub.V1_0.NanoAppBinary hidlNanoAppBinary =
ContextHubClientManager.java 20 import android.hardware.contexthub.V1_0.ContextHubMsg;
21 import android.hardware.contexthub.V1_0.IContexthub;
ContextHubService.java 20 import android.hardware.contexthub.V1_0.AsyncEventType;
21 import android.hardware.contexthub.V1_0.ContextHub;
22 import android.hardware.contexthub.V1_0.ContextHubMsg;
23 import android.hardware.contexthub.V1_0.HubAppInfo;
24 import android.hardware.contexthub.V1_0.IContexthub;
25 import android.hardware.contexthub.V1_0.IContexthubCallback;
26 import android.hardware.contexthub.V1_0.Result;
27 import android.hardware.contexthub.V1_0.TransactionResult;
155 List<ContextHub> hubList
    [all...]
NanoAppStateManager.java 20 import android.hardware.contexthub.V1_0.HubAppInfo;
  /hardware/interfaces/contexthub/1.0/default/
Contexthub.cpp 17 #include "Contexthub.h"
23 #include <android/hardware/contexthub/1.0/IContexthub.h>
32 namespace contexthub { namespace in namespace:android::hardware
38 Contexthub::Contexthub()
59 bool Contexthub::setOsAppAsDestination(hub_message_t *msg, int hubId) {
71 Return<void> Contexthub::getHubs(getHubs_cb _hidl_cb) {
72 std::vector<ContextHub> hubs;
86 ContextHub c;
114 Contexthub::DeathRecipient::DeathRecipient(sp<Contexthub> contexthub
578 Contexthub *contexthub = new Contexthub; local
    [all...]
  /build/make/core/clang/
config.mk 75 device/google/contexthub/ \
  /device/google/contexthub/firmware/
argonkey_aux_variant_config.mk 54 device/google/contexthub/firmware/variant/$(my_variant)/inc \
lunchbox_aux_variant_config.mk 63 device/google/contexthub/firmware/variant/lunchbox/inc \
neonkey_aux_variant_config.mk 55 device/google/contexthub/firmware/variant/neonkey/inc \
nucleo_aux_variant_config.mk 55 device/google/contexthub/firmware/variant/nucleo/inc \
  /system/chre/host/hal_generic/
generic_context_hub.cc 31 namespace contexthub { namespace in namespace:android::hardware
37 using ::android::hardware::contexthub::V1_0::AsyncEventType;
38 using ::android::hardware::contexthub::V1_0::Result;
39 using ::android::hardware::contexthub::V1_0::TransactionResult;
74 sp<GenericContextHub> contexthub) : mGenericContextHub(contexthub){}
131 std::vector<ContextHub> hubs;
562 } // namespace contexthub
  /hardware/interfaces/contexthub/1.0/
types.hal 17 package android.hardware.contexthub@1.0;
105 struct ContextHub {
145 // message from the context hub to the ContextHub
  /device/google/contexthub/contexthubhal/
NanohubHidlAdapter.cpp 19 * hardware/interfaces/contexthub/1.0/default/Contexthub.cpp
33 #include <android/hardware/contexthub/1.0/IContexthub.h>
44 namespace contexthub { namespace in namespace:android::hardware
50 Contexthub::Contexthub()
55 bool Contexthub::setOsAppAsDestination(hub_message_t *msg, int hubId) {
67 Return<void> Contexthub::getHubs(getHubs_cb _hidl_cb) {
68 std::vector<ContextHub> hubs;
74 ContextHub c
    [all...]
  /frameworks/base/core/java/android/hardware/location/
ContextHubInfo.java 19 import android.hardware.contexthub.V1_0.ContextHub;
59 public ContextHubInfo(ContextHub contextHub) {
60 mId = contextHub.hubId;
61 mName = contextHub.name;
62 mVendor = contextHub.vendor;
63 mToolchain = contextHub.toolchain;
64 mPlatformVersion = contextHub.platformVersion;
65 mToolchainVersion = contextHub.toolchainVersion
    [all...]
  /system/sepolicy/prebuilts/api/28.0/public/
attributes 267 hal_attribute(contexthub);
  /system/sepolicy/public/
attributes 267 hal_attribute(contexthub);
  /device/linaro/hikey/
device-common.mk 99 android.hardware.contexthub@1.0-service \
100 android.hardware.contexthub@1.0-impl
  /test/vts/tools/build/tasks/list/
vts_adapter_package_list.mk 83 android.hardware.contexthub@1.0-adapter \
84 android.hardware.contexthub@1.0-adapter-helper \
vts_test_lib_hidl_package_list.mk 42 android.hardware.contexthub@1.0-vts.driver \
135 android.hardware.contexthub@1.0-vts.profiler \
vts_func_fuzzer_package_list.mk 57 android.hardware.contexthub@1.0-vts.func_fuzzer.Contexthub \
  /device/google/contexthub/firmware/app/
app.mk 53 VARIANT_CONFIG_PATH := device/google/contexthub/firmware/variant/$(VARIANT)
  /test/vts/script/
setup-local.sh 89 hidl-gen -o ${ANDROID_BUILD_TOP}/output -L vts -r android.hardware:hardware/interfaces -r android.hidl:system/libhidl/transport android.hardware.contexthub@1.0
  /device/google/marlin/
device-common.mk 139 android.hardware.contexthub@1.0-service \
278 android.hardware.contexthub@1.0-impl.nanohub:64 \
  /system/sepolicy/vendor/
file_contexts 17 /(vendor|system/vendor)/bin/hw/android\.hardware\.contexthub@1\.0-service u:object_r:hal_contexthub_default_exec:s0

Completed in 254 milliseconds

12 3