Home
last modified time | relevance | path

Searched refs:chre (Results 1 – 8 of 8) sorted by relevance

/hardware/google/pixel/vibrator/common/
DCapoDetector.h25 using android::chre::HostProtocolHost;
26 using android::chre::IChreMessageHandlers;
27 using android::chre::SocketClient;
30 namespace fbs = ::chre::fbs;
33 namespace chre {
46 class CapoDetector : public android::chre::SocketClient::ICallbacks,
47 public android::chre::IChreMessageHandlers,
48 public android::chre::SocketClient {
75 void handleNanoappMessage(const ::chre::fbs::NanoappMessageT &message) override;
78 void handleNanoappListResponse(const ::chre::fbs::NanoappListResponseT &response) override;
DCapoDetector.cpp30 namespace chre { namespace
192 ::android::chre::HostProtocolHost::encodeNanoappMessage( in enable()
201 ::android::chre::HostProtocolHost::encodeNanoappMessage( in enable()
211 ::android::chre::HostProtocolHost::encodeNanoappMessage( in enable()
/hardware/google/pixel/pixelstats/include/pixelstats/
DDropDetect.h29 class DropDetect : public android::chre::SocketClient::ICallbacks,
30 public android::chre::IChreMessageHandlers,
31 public android::chre::SocketClient {
38 void handleNanoappMessage(const ::chre::fbs::NanoappMessageT &message) override;
39 void handleNanoappListResponse(const ::chre::fbs::NanoappListResponseT &response) override;
/hardware/google/pixel-sepolicy/vibrator/cs40l26/
Dhal_vibrator_default.te19 unix_socket_connect(hal_vibrator_default, chre, chre);
21 unix_socket_connect(hal_vibrator_default, chre, hal_contexthub_default)
/hardware/google/pixel/pixelstats/
DDropDetect.cpp33 using android::chre::HostProtocolHost;
34 using android::chre::IChreMessageHandlers;
35 using android::chre::SocketClient;
39 namespace fbs = ::chre::fbs;
Dpixelatoms.proto80 105031 [(android.os.statsd.module) = "chre"];
81 ChrePalOpenFailed chre_pal_open_failed = 105032 [(android.os.statsd.module) = "chre"];
83 105033 [(android.os.statsd.module) = "chre"];
85 105034 [(android.os.statsd.module) = "chre"];
87 105035 [(android.os.statsd.module) = "chre"];
88 ChreApWakeUpOccurred chre_ap_wake_up_occurred = 105036 [(android.os.statsd.module) = "chre"];
1163 // "enum chreError" field in chre_api/chre/common.h.
/hardware/interfaces/contexthub/1.0/
Dtypes.hal39 // the CHRE API header file chre/version.h for more information. The hub
127 // file chre/version.h.
134 // ID. See also the CHRE API header file chre/version.h.
/hardware/google/pixel/vibrator/cs40l26/
DVibrator.h32 using CapoDetector = android::chre::CapoDetector;