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

<<11121314151617181920>>

  /frameworks/base/core/java/android/hardware/location/
ContextHubInfo.java 223 * @return the CHRE platform ID as defined in chre/version.h
230 * @return the CHRE API's major version as defined in chre/version.h
237 * @return the CHRE API's minor version as defined in chre/version.h
244 * @return the CHRE patch version as defined in chre/version.h
261 retVal += ", CHRE platform ID: 0x" + Long.toHexString(mChrePlatformId);
  /system/chre/core/include/chre/core/
sensor_request_manager.h 20 #include "chre/core/request_multiplexer.h"
21 #include "chre/core/sensor.h"
22 #include "chre/core/sensor_request.h"
23 #include "chre/util/fixed_size_vector.h"
24 #include "chre/util/non_copyable.h"
25 #include "chre/util/optional.h"
27 namespace chre { namespace
120 * the main CHRE thread.
209 } // namespace chre
event_loop.h 20 #include "chre/core/event.h"
21 #include "chre/core/nanoapp.h"
22 #include "chre/core/timer_pool.h"
23 #include "chre/platform/mutex.h"
24 #include "chre/platform/platform_nanoapp.h"
25 #include "chre/platform/power_control_manager.h"
26 #include "chre/util/dynamic_vector.h"
27 #include "chre/util/fixed_size_blocking_queue.h"
28 #include "chre/util/non_copyable.h"
29 #include "chre/util/synchronized_memory_pool.h
42 namespace chre { namespace
    [all...]
  /device/google/contexthub/firmware/app/chre/chre_test0.app/
main.c 19 #include <chre.h>
21 #define CHRE_APP_TAG "CHRE App 0: "
23 /* chre.h does not define printf format attribute for chreLog() */
  /system/chre/apps/chqts/src/general_test/
version_sanity_test.cc 23 #include <chre.h>
49 // Both mApiVersion and platformVersion refer to what the CHRE was
56 // Confirm that our app (CHRE_API_VERSION) and CHRE (mApiVersion) were
basic_audio_test.h 39 // Catch if CHRE performs reentrant calls for handleEvent().
basic_gnss_test.h 23 #include <chre.h>
basic_sensor_test_base.h 22 #include <chre.h>
53 * CHRE implementation.
55 * A CHRE isn't useful without certain sensors available.
98 // Catch if CHRE performs reentrant calls for handleEvent()
basic_wifi_test.h 23 #include <chre.h>
cell_info_cdma.h 21 #include <chre.h>
cell_info_gsm.h 21 #include <chre.h>
cell_info_lte.h 21 #include <chre.h>
cell_info_tdscdma.h 21 #include <chre.h>
  /system/chre/apps/wifi_offload/
scan_params.cc 17 #include "chre/apps/wifi_offload/scan_params.h"
18 #include "chre/apps/wifi_offload/channel_histogram.h"
19 #include "chre/apps/wifi_offload/vector_serialization.h"
  /system/chre/chre_api/legacy/v1_1/chre/
event.h 34 * The CHRE implementation is required to provide the following
47 * The minimum size, in bytes, any CHRE implementation will
115 * chre/sensor.h, without fear of collision with other event values.
123 * chre/sensor.h, without fear of collision with other event values.
129 * chre/gnss.h.
136 * chre/wifi.h.
143 * chre/wwan.h.
149 * First in the extended range of values dedicated for internal CHRE
161 * First in a range of values dedicated for internal CHRE implementation usage.
163 * If a CHRE wishes to use events internally, any values within this rang
    [all...]
  /system/chre/host/common/
fragmented_load_transaction.cc 22 namespace chre { namespace in namespace:android
56 // legacy behavior at CHRE
82 } // namespace chre
  /system/chre/platform/linux/
platform_sensor.cc 17 #include "chre/platform/platform_sensor.h"
19 namespace chre { namespace
88 } // namespace chre
  /system/chre/platform/slpi/
nanoapp_load_manager.cc 17 #include "chre/platform/slpi/nanoapp_load_manager.h"
19 namespace chre { namespace
88 } // namespace chre
  /system/chre/util/include/chre/util/
heap.h 22 namespace chre { namespace
66 } // namespace chre
68 #include "chre/util/heap_impl.h"
memory_pool_impl.h 20 #include "chre/util/memory_pool.h"
24 namespace chre { namespace
74 } // namespace chre
  /system/chre/util/include/chre/util/nanoapp/
app_id.h 21 #include <chre/common.h>
35 namespace chre { namespace
82 } // namespace chre
  /device/google/contexthub/firmware/app/
Android.mk 17 subdirs := test0.app test1.app chre
  /device/google/contexthub/firmware/build/
config_internal.mk 22 system/chre/chre_api/include/chre_api \
  /device/google/contexthub/firmware/os/algos/calibration/util/
cal_log.h 40 # include <chre.h>
44 // CHRE/SLPI Nanoapp Logging.
45 # include "chre/util/nanoapp/log.h"
69 * - CHRE/SLPI allows %.Xf for printing float values.
  /system/chre/apps/chqts/build/
shared_make.mk 38 include ${ANDROID_BUILD_TOP}/system/chre/build/nanoapp/app.mk

Completed in 3689 milliseconds

<<11121314151617181920>>