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

1 2 3 4 5 6 78 91011>>

  /system/chre/build/nanoapp/
qcom_nanohub.mk 2 # Qualcomm Nanoapp Build Rules for CHRE based on Nanohub
7 # Qualcomm CHRE Nanoapp Build Template
  /system/chre/build/variant/
qcom_hexagonv60_nanohub-uimg.mk 2 # Qualcomm CHRE Implementation for Hexagon v60, based on Nanohub
22 TARGET_SO_LATE_LIBS += $(CHRE_PREFIX)/build/app_support/qcom_nanohub/chre.so
google_cm4_nanohub.mk 2 # Nanohub CHRE Implementation for Cortex-M4 Architecture
  /system/chre/chre_api/legacy/v1_0/chre/
version.h 24 * The CHRE API versioning pertains to all the chre_*.h files and chre.h.
48 * The version of the CHRE API which shipped with the Android Nougat release.
66 * is provided by a specific CHRE implementation (see chreGetVersion()).
75 * Get the API version the CHRE implementation was compiled against.
89 * Get the version of this CHRE implementation.
105 * Get the Platform ID of this CHRE.
111 * unique for each different CHRE implementation/hardware that the vendor
  /system/chre/core/include/chre/core/
wwan_request_manager.h 22 #include "chre/core/nanoapp.h"
23 #include "chre/platform/platform_wwan.h"
24 #include "chre/util/non_copyable.h"
25 #include "chre/util/optional.h"
27 namespace chre { namespace
68 * the main CHRE thread.
97 * on the CHRE event loop thread.
120 } // namespace chre
event_ref_queue.h 20 #include "chre/core/event.h"
21 #include "chre/util/array_queue.h"
23 namespace chre { namespace
67 } // namespace chre
  /system/chre/platform/include/chre/platform/
memory.h 22 namespace chre { namespace
35 } // namespace chre
  /system/chre/platform/linux/include/chre/target_platform/
condition_variable_base.h 22 namespace chre { namespace
33 } // namespace chre
  /system/chre/platform/shared/nanoapp/
nanoapp_support_lib_dso.cc 17 #include "chre/platform/shared/nanoapp_support_lib_dso.h"
19 #include <chre.h>
22 #include "chre/util/macros.h"
27 * intermediary to the reference CHRE implementation. It provides hooks so the
59 // introduced in CHRE API v1.2 to provide binary compatibility with previous
60 // CHRE implementations. Note that we don't presently include symbols for v1.1,
61 // as the current known set of CHRE platforms that use this NSL implementation
72 * (provided without quotes) in another library (i.e. the CHRE platform DSO),
  /system/chre/platform/shared/
pal_gnss_stub.cc 17 #include "chre/pal/gnss.h"
20 // This stub implementation of the CHRE PAL returns nullptr to indicate that
pal_wifi_stub.cc 17 #include "chre/pal/wifi.h"
20 // This stub implementation of the CHRE PAL returns nullptr to indicate that
pal_wwan_stub.cc 17 #include "chre/pal/wwan.h"
20 // This stub implementation of the CHRE PAL returns nullptr to indicate that
system_time.cc 17 #include "chre/platform/system_time.h"
19 namespace chre { namespace
host_protocol_common.cc 17 #include "chre/platform/shared/host_protocol_common.h"
21 #include "chre/platform/shared/host_messages_generated.h"
27 namespace chre { namespace
69 } // namespace chre
memory_manager.cc 17 #include "chre/platform/memory_manager.h"
19 #include "chre/util/system/debug_dump.h"
21 namespace chre { namespace
73 } // namespace chre
  /system/chre/platform/slpi/include/chre/platform/slpi/
memory.h 22 namespace chre { namespace
36 } // namespace chre
system_time.h 22 namespace chre { namespace
31 } // namespace chre
system_time_util.h 22 namespace chre { namespace
32 } // namespace chre
  /system/chre/platform/slpi/include/chre/target_platform/
mutex_base.h 26 namespace chre { namespace
40 } // namespace chre
platform_audio_base.h 20 namespace chre { namespace
33 } // namespace chre
  /system/chre/util/include/chre/util/
conditional_lock_guard_impl.h 20 namespace chre { namespace
38 } // namespace chre
non_copyable.h 20 namespace chre { namespace
33 } // namespace chre
  /device/google/wahoo/wifi_offload/
chre_constants.cpp 11 const char kSocketName[] = "chre";
  /system/chre/platform/shared/idl/
host_messages.fbs 15 namespace chre.fbs;
35 /// generated C++ uses std::string which is not well-supported in CHRE. This
74 /// nanoapps are typically used to leverage CHRE for some device functionality
88 /// 1. The loader sends a LoadNanoappRequest message to CHRE. If the request
93 /// 2. CHRE preallocates the required amount of memory, and loads app_binary,
97 /// CHRE will respond with LoadNanoappResponse for each request. For
99 /// fragment_id and app_binary should be ignored by CHRE.
107 /// process crashes), then the load request will be cancelled at CHRE and fail.
154 /// Represents log messages from CHRE.
172 /// Represents a message sent to CHRE to indicate AP timestamp for time syn
    [all...]
  /system/chre/platform/slpi/
system_timer.cc 17 #include "chre/platform/system_timer.h"
19 #include "chre/platform/log.h"
21 namespace chre { namespace
97 } // namespace chre

Completed in 716 milliseconds

1 2 3 4 5 6 78 91011>>