/system/chre/chre_api/include/chre_api/chre/ |
wifi.h | 35 #include <chre/common.h> 103 // (see chre/event.h) 516 //! Clients do not normally need to worry about this field; the CHRE 521 //! The number of entries in the results array in this event. The CHRE 603 //! Reserved for future use and ignored by CHRE 705 //! Clients do not normally need to worry about this field; the CHRE 724 * current CHRE implementation. The value returned by this function must be 752 * restarts independently of CHRE. Likewise, a request to enable a scan monitor 797 * CHRE implementation is expected to return a result with CHRE_ERROR_BUSY. 799 * another client, whether within the CHRE or otherwise, the implementation mus [all...] |
/system/chre/chre_api/legacy/v1_1/chre/ |
sensor.h | 32 #include <chre/event.h> 402 * argument. While we won't get exactly 0 nanoseconds, the CHRE will 527 * CHRE implementations may not set this as NULL. An empty 568 * This field will be set to 0 when running on CHRE API versions prior to 606 * 4.295 seconds (timestampDelta, like all time in the CHRE, is in 610 * more than 4.295 seconds, the CHRE will split them across multiple 857 * The CHRE wants to power as few sensors as possible, in keeping with its 921 * CHRE begins delivery of an event. This will control how many events 923 * Latency is defined as the "timestamp when event is queued by the CHRE" 929 * get through a CHRE's queueing system, and thus there is no ability t [all...] |
wifi.h | 35 #include <chre/common.h> 85 // (see chre/event.h) 368 //! Clients do not normally need to worry about this field; the CHRE 373 //! The number of entries in the results array in this event. The CHRE 423 * current CHRE implementation. The value returned by this function must be 451 * restarts independently of CHRE. Likewise, a request to enable a scan monitor 494 * CHRE implementation is expected to return a result with CHRE_ERROR_BUSY. 496 * another client, whether within the CHRE or otherwise, the implementation must
|
/system/chre/apps/chqts/src/general_test/ |
basic_sensor_tests.h | 22 #include <chre.h>
|
estimated_host_time_test.cc | 23 #include <chre.h>
|
send_message_to_host_test.cc | 26 #include <chre.h> 65 * "success" until that callback has been invoked. There is no CHRE 242 // execution, to allow for inline callbacks (this CHRE API is allowed to call 357 // nullptr. If a CHRE choses to deal in 0-sized memory blocks, that's
|
logging_sanity_test.cc | 24 #include <chre.h> 26 #include "chre/util/toolchain.h"
|
timer_stress_test.cc | 24 #include <chre.h> 55 // that this CHRE can properly handle any semi-reasonable timer load properly.
|
/system/chre/apps/chqts/src/shared/ |
dumb_allocator.h | 56 * reduce our dependency on CHRE for some aspects of our tests.
|
/system/chre/apps/wifi_offload/test/ |
chrescanparamssafe_test.cc | 19 #include "chre/apps/wifi_offload/chre_scan_params_safe.h"
|
flatbuffersserialization_test.cc | 20 #include "chre/apps/wifi_offload/flatbuffers_serialization.h"
|
/system/chre/build/app_support/qcom_nanohub/ |
app_support_uimg.cc | 33 #include <chre.h>
|
/device/google/contexthub/firmware/os/core/ |
seos.c | 385 // this is for internal non-CHRE tasks, and CHRE tasks 386 // System may schedule non-CHRE events on behalf of CHRE app; 393 // this is for external non-CHRE tasks 410 // release non-CHRE event; we can't determine if this is CHRE or non-CHRE event, but 411 // this method is only called to release non-CHRE events, so we make use of that fact 414 // this is for internal non-CHRE tasks, and CHRE task [all...] |
/device/google/contexthub/firmware/app/chre/common/ |
chre11_app_syscalls.c | 25 /* CHRE syscalls */ 26 #include <chre.h>
|
chre_app_syscalls.c | 25 /* CHRE syscalls */ 26 #include <chre.h>
|
/device/google/contexthub/firmware/ |
firmware.mk | 59 FLAGS += -I../../../../system/chre/chre_api/include/chre_api 93 DEPS += $(wildcard ../inc/chre/*.h)
|
/frameworks/base/core/java/android/hardware/location/ |
NanoAppBinary.java | 183 * @return the target CHRE API major version parsed from the nanoapp header 190 * @return the target CHRE API minor version parsed from the nanoapp header
|
/hardware/interfaces/contexthub/1.0/ |
IContexthub.hal | 25 * they execute within the Context Hub Runtime Environment (CHRE), which is 26 * standardized via the CHRE API, defined elsewhere.
|
/hardware/interfaces/wifi/offload/1.0/ |
types.hal | 184 /* The last (CHRE reference) time this data structure is updated */ 186 /* The last (CHRE reference) time this data structure is read */
|
/system/chre/apps/wifi_offload/ |
channel_histogram.cc | 17 #include "chre/apps/wifi_offload/channel_histogram.h" 18 #include "chre/apps/wifi_offload/utility.h"
|
utility.cc | 20 #include "chre/apps/wifi_offload/utility.h" 21 #include "chre/apps/wifi_offload/wifi_offload.h"
|
/system/chre/host/common/include/chre_host/ |
socket_client.h | 30 namespace chre { namespace in namespace:android 152 } // namespace chre
|
/system/chre/host/common/ |
socket_client.cc | 34 namespace chre { namespace in namespace:android 259 } // namespace chre
|
/system/chre/util/tests/ |
priority_queue_test.cc | 2 #include "chre/util/priority_queue.h" 4 using chre::PriorityQueue;
|
/system/chre/external/flatbuffers/include/flatbuffers/ |
flatbuffers.h | 23 * for use within CHRE. This file differs from the mainline FlatBuffers release 25 * standard library features not used in CHRE are removed or remapped to their 26 * CHRE-specific alternatives. This includes removing support for strings, 27 * replacing std::vector with chre::DynamicVector, use of CHRE_ASSERT instead of 48 // to chre::UniquePtr, but the features wrapped by this flag (e.g. use of 52 #include "chre/util/container_support.h" 53 #include "chre/util/dynamic_vector.h" 54 #include "chre/util/unique_ptr.h" 524 return static_cast<uint8_t *>(chre::memoryAlloc(size)); 531 return chre::memoryFree(p) [all...] |