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

1 2 3 4 56 7 8 91011>>

  /device/google/contexthub/firmware/build/
app_chre_executable.mk 27 # mark the app as CHRE 1.2 nanoapp
30 # add app-side CHRE implementation
41 system/chre/chre_api/include/chre_api \
42 system/chre/util/include \
  /system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
scan_config.h 20 #include "chre/apps/wifi_offload/wifi_offload.h"
22 #include "chre/apps/wifi_offload/flatbuffers_types_generated.h"
23 #include "chre/apps/wifi_offload/scan_filter.h"
24 #include "chre/apps/wifi_offload/scan_params.h"
  /system/chre/core/
event_ref_queue.cc 17 #include "chre/core/event_ref_queue.h"
19 #include "chre/platform/assert.h"
21 namespace chre { namespace
49 } // namespace chre
wwan_request_manager.cc 17 #include "chre/core/wwan_request_manager.h"
19 #include "chre/core/event_loop_manager.h"
20 #include "chre/platform/fatal_error.h"
21 #include "chre/platform/log.h"
22 #include "chre/util/system/debug_dump.h"
24 namespace chre { namespace
114 } // namespace chre
  /system/chre/core/include/chre/core/
event.h 20 #include "chre_api/chre/event.h"
21 #include "chre/platform/assert.h"
22 #include "chre/util/non_copyable.h"
26 namespace chre { namespace
static_nanoapps.h 20 #include "chre/core/nanoapp.h"
21 #include "chre/util/unique_ptr.h"
23 namespace chre { namespace
43 } // namespace chre
  /system/chre/host/msm/daemon/
README.md 1 This folder contains source code for the daemon used to host CHRE on SLPI for
  /system/chre/platform/include/chre/platform/
power_control_manager.h 22 #include "chre/target_platform/power_control_manager_base.h"
23 #include "chre/util/non_copyable.h"
25 namespace chre { namespace
47 } // namespace chre
  /system/chre/platform/linux/
audio_source.cc 17 #include "chre/platform/linux/audio_source.h"
19 #include "chre/platform/fatal_error.h"
21 namespace chre { namespace
42 } // namespace chre
  /system/chre/platform/linux/include/chre/target_platform/
platform_audio_base.h 20 #include "chre/platform/linux/audio_source.h"
21 #include "chre/util/unique_ptr.h"
23 namespace chre { namespace
40 } // namespace chre
  /system/chre/platform/shared/include/chre/platform/shared/
platform_sensor_util.h 20 #include "chre/core/sensor_type.h"
22 namespace chre { namespace
29 * @param eventData A non-null pointer to the sensor's CHRE event data.
33 } // namespace chre
  /system/chre/platform/slpi/include/chre/platform/slpi/
preloaded_nanoapps.h 23 #include "chre/core/nanoapp.h"
24 #include "chre/util/unique_ptr.h"
26 namespace chre { namespace
54 } // namespace chre
  /system/chre/platform/slpi/include/
custaaaaaaaaq.h 5 * This header does not have an impact on the specific features used by CHRE,
targaaaaaaaaq.h 5 * This header does not have an impact on the specific features used by CHRE,
  /system/chre/
run_tests.sh 6 # Build and run the CHRE unit test binary.
Makefile 2 # CHRE Makefile
7 # Building CHRE is always done in-tree so the CHRE_PREFIX can be assigned to the
66 # CHRE Implementation includes.
76 # Supported Variants Includes. Not all CHRE variants are supported by this
77 # implementation of CHRE. Example: this CHRE implementation is never built for
78 # google_cm4_nanohub as Nanohub itself is a CHRE implementation.
README.md 1 # Context Hub Runtime Environment (CHRE)
9 The vendor is the provider of the CHRE implementation (ex: google, qcom). The
21 CHRE is compatible with Linux as a simulator.
50 ### CHRE Simulator for Android
52 CHRE is also compatible with Android as a simulator.
55 testing CHRE nanoapps on the applications processor where Android runs. It uses
73 The CHRE project is organized as follows:
78 - Common code that applies to all CHRE platforms, most notably event
87 of the CHRE API.
92 - This directory contains the canonical example for running CHRE o
    [all...]
  /system/chre/util/include/chre/util/
conditional_lock_guard.h 20 #include "chre/util/non_copyable.h"
22 namespace chre { namespace
46 } // namespace chre
48 #include "chre/util/conditional_lock_guard_impl.h"
id_from_string.h 20 namespace chre { namespace
23 * Formats a string into a CHRE platform version uint64_t.
41 } // namespace chre
43 #include "chre/util/id_from_string_impl.h"
lock_guard.h 20 #include "chre/util/non_copyable.h"
22 namespace chre { namespace
47 } // namespace chre
49 #include "chre/util/lock_guard_impl.h"
scope_timer.h 20 #include "chre/util/non_copyable.h"
22 namespace chre { namespace
51 } // namespace chre
53 #include "chre/util/scope_timer_impl.h"
synchronized_memory_pool_impl.h 20 #include "chre/util/lock_guard.h"
21 #include "chre/util/synchronized_memory_pool.h"
23 namespace chre { namespace
46 } // namespace chre
  /system/chre/util/include/chre/util/nanoapp/
debug.h 23 namespace chre { namespace
27 * CHRE implementation itself, the CHRE platform LOGD macro is used. If it is
40 } // namespace chre
  /system/chre/apps/message_world/
message_world.cc 17 #include <chre.h>
20 #include "chre/util/nanoapp/log.h"
25 namespace chre { namespace
83 } // namespace chre
85 #include "chre/util/nanoapp/app_id.h"
86 #include "chre/platform/static_nanoapp_init.h"
88 CHRE_STATIC_NANOAPP_INIT(MessageWorld, chre::kMessageWorldAppId, 0);
  /system/chre/pal/include/chre/pal/
gnss.h 22 * Defines the interface between the common CHRE core system and the
34 #include "chre_api/chre/common.h"
35 #include "chre_api/chre/gnss.h"
36 #include "chre/pal/system.h"
37 #include "chre/pal/version.h"
44 * Initial version of the CHRE GNSS PAL, tied to CHRE API v1.1.
48 // v1.1 skipped to avoid confusion with CHRE API v1.1
51 * Introduced alongside CHRE API v1.2, adding support for listening in on GNSS
58 * The version of the CHRE GNSS PAL defined in this header file
    [all...]

Completed in 247 milliseconds

1 2 3 4 56 7 8 91011>>