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

<<11121314151617181920>>

  /system/chre/apps/chqts/src/general_test/
cell_info_wcdma.h 21 #include <chre.h>
host_awake_suspend_test.h 23 #include <chre.h>
basic_gnss_test.cc 19 #include <chre.h>
23 * Test to check expected functionality of the CHRE GNSS APIs.
basic_wifi_test.cc 19 #include <chre.h>
23 * Test to check expected functionality of the CHRE WiFi APIs.
  /system/chre/apps/sensor_world/
sensor_world.cc 17 #include <chre.h>
20 #include "chre/util/macros.h"
21 #include "chre/util/nanoapp/log.h"
22 #include "chre/util/nanoapp/sensor.h"
23 #include "chre/util/time.h"
28 namespace chre { namespace
32 using chre::Milliseconds;
33 using chre::Seconds;
34 using chre::getSensorNameForEventType;
35 using chre::kOneMillisecondInNanoseconds
    [all...]
  /system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
error_codes.h 20 #include "chre/apps/wifi_offload/wifi_offload.h"
channel_histogram.h 20 #include "chre/apps/wifi_offload/wifi_offload.h"
22 #include "chre/apps/wifi_offload/flatbuffers_types_generated.h"
vector_serialization.h 20 #include "chre/apps/wifi_offload/wifi_offload.h"
22 #include "chre/apps/wifi_offload/flatbuffers_types_generated.h"
  /system/chre/apps/wifi_offload/test/
wifioffloadutility_test.cc 19 #include "chre/apps/wifi_offload/utility.h"
  /system/chre/build/app_support/google_slpi/
libchre_slpi_skel.so 
  /system/chre/build/app_support/qcom_nanohub/
app_support.cc 21 * of the CHRE API that is based on Nanohub. This is not intended as a reference
27 * designed to perform early initialization of the CHRE nanoapp and may be
32 #include <chre.h>
114 // Note: this runs when CHRE first loads the Nanoapp. We use it to register the
  /system/chre/build/nanoapp/
app.mk 46 CHRE_PREFIX = $(ANDROID_BUILD_TOP)/system/chre
62 # Add the CHRE API to the include search path.
69 # Allows a nanoapp to know that is compiled separately from the CHRE system.
104 # CHRE API version.
  /system/chre/build/
print_current_chre_api_version.c 17 #include <chre/version.h>
  /system/chre/build/variant/
google_arm64_android.mk 2 # Google CHRE Simulator for Android on arm64
google_hexagonv60_slpi.mk 2 # Google CHRE Reference Implementation for Hexagon v60 Architecture on SLPI
google_hexagonv62_slpi.mk 2 # Google CHRE Reference Implementation for Hexagon v62 Architecture on SLPI
  /system/chre/host/hal_generic/
generic_context_hub.cc 35 using ::android::chre::getStringFromByteVector;
40 using ::android::chre::HostProtocolHost;
44 // CHRE-side code
45 namespace fbs = ::chre::fbs;
83 constexpr char kChreSocketName[] = "chre";
95 // Timeout inside CHRE is typically 5 seconds, grant 500ms extra here to let
103 writeToDebugFile("-- Dumping CHRE/ASH debug info --\n");
120 writeToDebugFile("\n-- End of CHRE/ASH debug info --\n");
162 ALOGE("Unable to get hub info from CHRE");
347 ALOGI("Reconnected to CHRE daemon")
    [all...]
  /system/chre/platform/shared/include/chre/platform/shared/
nanoapp_support_lib_dso.h 23 * nanoapp support library (NSL) uses to interface with the underlying CHRE
27 * dependencies on other CHRE system header files, as it will be used when
31 #include "chre/util/entry_points.h"
80 //! The CHRE API version that the nanoapp was compiled against
  /system/chre/platform/slpi/include/chre/target_platform/
assert.h 20 #include "chre/platform/fatal_error.h"
  /system/chre/util/include/chre/util/
memory_pool.h 23 #include "chre/util/non_copyable.h"
25 namespace chre { namespace
120 } // namespace chre
122 #include "chre/util/memory_pool_impl.h"
singleton.h 22 #include "chre/util/non_copyable.h"
24 namespace chre { namespace
91 } // namespace chre
93 #include "chre/util/singleton_impl.h"
  /system/chre/util/tests/
optional_test.cc 20 #include "chre/util/non_copyable.h"
21 #include "chre/util/optional.h"
23 using chre::Optional;
83 class MovableButNonCopyable : public chre::NonCopyable {
  /system/chre/core/include/chre/core/
audio_request_manager.h 23 #include "chre_api/chre/audio.h"
24 #include "chre/core/nanoapp.h"
25 #include "chre/platform/platform_audio.h"
26 #include "chre/util/dynamic_vector.h"
27 #include "chre/util/non_copyable.h"
29 namespace chre { namespace
83 * Ownership of this event is transferred to the CHRE runtime until it
120 * computed buffer sizes match those expected by CHRE.
226 * invoked on the CHRE thread through a scheduled callback.
234 * invoked on the CHRE thread through a deferred callback. Refer t
    [all...]
  /system/chre/apps/wifi_offload/
flatbuffers_serialization.cc 17 #include "chre/apps/wifi_offload/flatbuffers_serialization.h"
18 #include "chre/apps/wifi_offload/wifi_offload.h"
scan_filter.cc 17 #include "chre/apps/wifi_offload/scan_filter.h"
18 #include "chre/apps/wifi_offload/vector_serialization.h"

Completed in 1432 milliseconds

<<11121314151617181920>>