HomeSort by relevance Sort by last modified time
    Searched full:chre (Results 101 - 125 of 544) sorted by null

1 2 3 45 6 7 8 91011>>

  /system/chre/platform/slpi/include/chre/target_platform/
static_nanoapp_init.h 20 #include "chre/core/static_nanoapps.h"
21 #include "chre/platform/fatal_error.h"
22 #include "chre/platform/shared/nanoapp_support_lib_dso.h"
23 #include "chre/platform/slpi/uimg_util.h"
35 namespace chre { \
62 } // namespace chre
  /system/chre/platform/slpi/smgr/tests/
platform_sensor_util_test.cc 19 #include "chre/platform/slpi/smgr/platform_sensor_util.h"
21 using chre::intervalToSmgrSamplingRate;
22 using chre::intervalToSmgrQ16ReportRate;
23 using chre::Milliseconds;
24 using chre::Nanoseconds;
25 using chre::Seconds;
  /device/google/wahoo/sepolicy/vendor/
hal_sensors_default.te 19 # Allow communication with CHRE daemon via socket
20 allow hal_sensors_default chre:unix_stream_socket connectto;
  /device/google/wahoo/wifi_offload/
chre_interface.h 34 : public ::android::chre::SocketClient::ICallbacks,
35 public ::android::chre::IChreMessageHandlers {
42 void handleNanoappMessage(const ::chre::fbs::NanoappMessageT& message) override;
43 void handleHubInfoResponse(const ::chre::fbs::HubInfoResponseT& response) override;
44 void handleNanoappListResponse(const ::chre::fbs::NanoappListResponseT& response) override;
45 void handleLoadNanoappResponse(const ::chre::fbs::LoadNanoappResponseT& response) override;
46 void handleUnloadNanoappResponse(const ::chre::fbs::UnloadNanoappResponseT& response) override;
74 ::android::chre::SocketClient mClient;
  /system/chre/apps/hello_world/
Makefile 9 CHRE_PREFIX = $(ANDROID_BUILD_TOP)/system/chre
12 the CHRE_PREFIX environment variable to point to the CHRE root \
  /system/chre/apps/host_awake_world/
Makefile 9 CHRE_PREFIX = $(ANDROID_BUILD_TOP)/system/chre
12 the CHRE_PREFIX environment variable to point to the CHRE root \
  /system/chre/apps/sensor_world/
Makefile 9 CHRE_PREFIX = $(ANDROID_BUILD_TOP)/system/chre
12 the CHRE_PREFIX environment variable to point to the CHRE root \
  /system/chre/apps/timer_world/
Makefile 9 CHRE_PREFIX = $(ANDROID_BUILD_TOP)/system/chre
12 the CHRE_PREFIX environment variable to point to the CHRE root \
  /system/chre/apps/wifi_world/
Makefile 9 CHRE project root. Example: export CHRE_PREFIX=$$HOME/chre")
  /system/chre/build/nanoapp/
google_android.mk 2 # Nanoapp Build Rules for Google CHRE on Android
7 # Google Generic CHRE on Android Nanoapp Build Template
google_linux.mk 2 # Nanoapp Build Rules for Google CHRE on Linux
7 # Google Generic CHRE on Linux Nanoapp Build Template
google_slpi.mk 2 # Nanoapp Build Rules for Google Generic CHRE on SLPI
7 # Google Generic CHRE on SLPI Nanoapp Build Template
  /system/chre/build/variant/
qcom_hexagonv60_nanohub.mk 2 # Qualcomm CHRE Implementation for Hexagon v60, based on Nanohub
17 TARGET_SO_LATE_LIBS += $(CHRE_PREFIX)/build/app_support/qcom_nanohub/chre.so
  /system/chre/
bundle_chre.sh 4 # with the name chre-$HEAD_HASH.bundle where $HEAD_HASH is the current ToT
12 FILENAME=chre-$HEAD_HASH.bundle
  /system/chre/core/
event_loop_manager.cc 17 #include "chre/core/event_loop_manager.h"
19 #include "chre/platform/fatal_error.h"
20 #include "chre/platform/memory.h"
21 #include "chre/util/lock_guard.h"
23 namespace chre { namespace
30 chre::Nanoapp *currentNanoapp = EventLoopManagerSingleton::get()
32 CHRE_ASSERT_LOG(currentNanoapp, "%s called with no CHRE app context",
95 } // namespace chre
nanoapp.cc 17 #include "chre/core/nanoapp.h"
19 #include "chre/core/event_loop_manager.h"
20 #include "chre/platform/assert.h"
21 #include "chre/platform/fatal_error.h"
22 #include "chre/platform/log.h"
23 #include "chre/util/system/debug_dump.h"
25 namespace chre { namespace
104 } // namespace chre
  /system/chre/core/include/chre/core/
sensor.h 20 #include "chre/platform/platform_sensor.h"
21 #include "chre/util/non_copyable.h"
22 #include "chre/util/optional.h"
24 namespace chre { namespace
27 * Represents a sensor in the system that is exposed to nanoapps in CHRE.
29 * Note that like chre::Nanoapp, this class uses inheritance to separate the
34 * type, i.e. chre::Sensor.
76 } // namespace chre
  /system/chre/platform/linux/include/chre/platform/linux/
audio_source.h 23 #include "chre_api/chre/audio.h"
24 #include "chre/platform/system_timer.h"
25 #include "chre/util/non_copyable.h"
26 #include "chre/util/time.h"
28 namespace chre { namespace
73 //! The timer used to delay sending audio data to CHRE.
76 //! The audio data event to publish to CHRE.
80 } // namespace chre
  /system/chre/platform/linux/include/chre/target_platform/
host_link_base.h 20 namespace chre { namespace
26 } // namespace chre
power_control_manager_base.h 20 namespace chre { namespace
24 } // namespace chre
  /system/chre/platform/slpi/see/
island_vote_client.cc 17 #include "chre/platform/slpi/see/island_vote_client.h"
21 #include "chre/platform/assert.h"
22 #include "chre/platform/fatal_error.h"
23 #include "chre/platform/log.h"
24 #include "chre/platform/system_time.h"
25 #include "chre/util/lock_guard.h"
27 namespace chre { namespace
118 } // namespace chre
  /system/chre/variant/simulator/
variant.mk 2 # Simulator-Specific CHRE Makefile
9 VERSION_STRING = chre=$(shell $(COMMIT_HASH_COMMAND))
  /system/chre/apps/unload_tester/
unload_tester.cc 19 #include "chre_api/chre.h"
20 #include "chre/core/event_loop.h"
21 #include "chre/core/event_loop_manager.h"
22 #include "chre/platform/assert.h"
23 #include "chre/platform/log.h"
24 #include "chre/platform/static_nanoapp_init.h"
25 #include "chre/util/nanoapp/app_id.h"
26 #include "chre/util/time.h"
34 namespace chre { namespace
103 } // namespace chre
    [all...]
  /device/google/contexthub/firmware/app/chre/
chre10.mk 22 SRCS += $(NANOHUB_DIR)/app/chre/common/chre10_app.c
23 SRCS += $(NANOHUB_DIR)/app/chre/common/chre10_app_syscalls.c
29 # CHRE API 1.0
31 CFLAGS += -I$(NANOHUB_DIR)/../../../../system/chre/chre_api/legacy/v1_0
chre11.mk 22 SRCS += $(NANOHUB_DIR)/app/chre/common/chre_app.c
23 SRCS += $(NANOHUB_DIR)/app/chre/common/chre11_app_syscalls.c
29 # CHRE API 1.1
31 CFLAGS += -I$(NANOHUB_DIR)/../../../../system/chre/chre_api/legacy/v1_1

Completed in 552 milliseconds

1 2 3 45 6 7 8 91011>>