/system/chre/apps/chqts/src/general_test/ |
sensor_info_test.h | 23 #include <chre.h>
|
timer_cancel_test.h | 21 #include <chre.h>
|
wifi_capabilities_test.cc | 18 #include <chre.h>
|
wwan_capabilities_test.cc | 18 #include <chre.h>
|
wwan_cell_info_test.h | 23 #include <chre.h>
|
/system/chre/apps/wifi_offload/ |
scan_config.cc | 17 #include "chre/apps/wifi_offload/scan_config.h"
|
scan_record.cc | 17 #include "chre/apps/wifi_offload/scan_record.h"
|
/system/chre/build/ |
tools_config.mk | 7 # CHRE requires C++11 and C99 support.
|
/system/chre/build/variant/ |
google_hexagonv55_slpi-see.mk | 2 # Google CHRE Reference Implementation for Hexagon v55 Architecture on SLPI
|
google_hexagonv62_slpi-uimg.mk | 2 # Google CHRE Reference Implementation for Hexagon v62 Architecture on SLPI
|
google_hexagonv65_slpi-see-uimg.mk | 2 # Google CHRE Reference Implementation for Hexagon v65 Architecture on SLPI
|
google_hexagonv65_slpi-see.mk | 2 # Google CHRE Reference Implementation for Hexagon v65 Architecture on SLPI
|
google_x86_googletest.mk | 2 # CHRE GoogleTest Build Variant
|
google_x86_linux.mk | 2 # Google Reference CHRE Implementation for Linux on x86
|
/system/chre/platform/android/include/chre/target_platform/ |
log.h | 23 #define ANDROID_LOG_TAG "CHRE"
|
/system/chre/platform/slpi/include/chre/target_platform/ |
log.h | 21 #include "chre/util/toolchain.h"
|
/system/chre/util/include/chre/util/ |
array_queue_impl.h | 23 #include "chre/util/array_queue.h" 24 #include "chre/util/container_support.h" 26 namespace chre { namespace 261 } // namespace chre
|
fixed_size_vector_impl.h | 22 #include "chre/util/container_support.h" 23 #include "chre/util/memory.h" 25 namespace chre { namespace 209 } // namespace chre
|
unique_ptr.h | 22 #include "chre/util/non_copyable.h" 24 namespace chre { namespace 157 } // namespace chre 159 #include "chre/util/unique_ptr_impl.h"
|
/system/chre/core/ |
gnss_manager.cc | 17 #include "chre/core/gnss_manager.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/util/system/debug_dump.h" 24 namespace chre { namespace 435 } // namespace chre
|
wifi_request_manager.cc | 21 #include "chre/core/event_loop_manager.h" 22 #include "chre/core/wifi_request_manager.h" 23 #include "chre/platform/fatal_error.h" 24 #include "chre/platform/log.h" 25 #include "chre/platform/system_time.h" 26 #include "chre/util/system/debug_dump.h" 27 #include "chre_api/chre/version.h" 29 namespace chre { namespace 657 } // namespace chre
|
/system/chre/chre_api/include/chre_api/chre/ |
gnss.h | 33 * naming conventions established in that interface rather than the CHRE API 41 #include <chre/common.h> 53 //! A lack of flags indicates that GNSS is not supported in this CHRE 66 //! nanoapps within CHRE (which is the case when this flag is not set) 78 * The maximum time the CHRE implementation is allowed to elapse before sending 115 // (see chre/event.h) 297 //! Clients do not normally need to worry about this field; the CHRE 355 * current CHRE implementation. The value returned by this function must be 499 * requested by the applications processor and potentially other non-CHRE 501 * within CHRE are provided [all...] |
/system/chre/platform/shared/include/chre/platform/shared/ |
host_messages_generated.h | 9 namespace chre { namespace 285 return chre::fbs::CreateNanoappMessage( 338 /// generated C++ uses std::string which is not well-supported in CHRE. This 498 return chre::fbs::CreateHubInfoResponse( 560 /// nanoapps are typically used to leverage CHRE for some device functionality 662 return chre::fbs::CreateNanoappListResponse( 670 /// 1. The loader sends a LoadNanoappRequest message to CHRE. If the request 675 /// 2. CHRE preallocates the required amount of memory, and loads app_binary, 679 /// CHRE will respond with LoadNanoappResponse for each request. For 681 /// fragment_id and app_binary should be ignored by CHRE [all...] |
/device/google/contexthub/contexthubhal/ |
system_comms.cpp | 43 #define CHRE_APP_DIR "/data/vendor/sensor/chre" 168 NanohubRsp::NanohubRsp(MessageBuf &buf, uint32_t transactionId, bool chre) 177 if (chre) 245 int SystemComm::MemInfoSession::handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &, bool chre) 248 NanohubRsp rsp(buf, transactionId, chre); 457 int SystemComm::AppMgmtSession::handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &appManager, bool chre) 461 NanohubRsp rsp(buf, transactionId, chre); 886 int SystemComm::KeyInfoSession::handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &, bool chre) 889 NanohubRsp rsp(buf, transactionId, chre); 968 if (app->chre) { [all...] |
system_comms.h | 133 explicit NanohubRsp(MessageBuf &buf, uint32_t transactionId, bool chre); 164 virtual int handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &appManager, bool chre) = 0; 287 virtual int handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &appManager, bool chre) override; 294 virtual int handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &, bool chre) override; 304 virtual int handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &, bool chre) override; 316 bool chre, running, loaded; member in struct:android::nanohub::SystemComm::AppManager::AppData 394 apps_[appName.id]->chre = false; 432 int handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &appManager, bool chre, bool &reboot, uint32_t &rebootStatus); 450 int doHandleRx(uint64_t appId, uint32_t transactionId, const char *data, int len, bool chre);
|