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

12 3 4 5 6 7 8 91011>>

  /system/chre/platform/include/chre/platform/
system_time.h 22 #include "chre/util/time.h"
24 namespace chre { namespace
43 * Obtains the uptime of CHRE relative to CHRE initialization. There is no
46 * @return The uptime of CHRE.
51 * Returns the estimated offset between the host and CHRE time. The offset is
52 * defined as the host time minus the CHRE time.
59 } // namespace chre
  /system/chre/platform/shared/
chre_api_wwan.cc 17 #include "chre_api/chre/wwan.h"
19 #include "chre/core/event_loop_manager.h"
20 #include "chre/util/macros.h"
22 using chre::EventLoopManager;
23 using chre::EventLoopManagerSingleton;
26 return chre::EventLoopManagerSingleton::get()->getWwanRequestManager()
31 chre::Nanoapp *nanoapp = EventLoopManager::validateChreApiCall(__func__);
32 return chre::EventLoopManagerSingleton::get()->getWwanRequestManager()
chre_api_audio.cc 17 #include "chre_api/chre/audio.h"
19 #include "chre/core/event_loop_manager.h"
20 #include "chre/util/macros.h"
23 #include "chre/platform/platform_audio.h"
26 using chre::EventLoopManager;
27 using chre::EventLoopManagerSingleton;
28 using chre::Nanoapp;
  /system/chre/platform/shared/idl/
README.md 2 between the reference CHRE implementation and the host (applications processor).
4 Use the included update.sh script to generate the header files used in CHRE,
update.sh 3 # Generate the CHRE-side header file
4 flatc --cpp -o ../include/chre/platform/shared/ --scoped-enums \
5 --cpp-ptr-type chre::UniquePtr host_messages.fbs
  /system/chre/platform/linux/
fatal_error.cc 17 #include "chre/target_platform/fatal_error.h"
19 #include "chre/platform/shared/platform_log.h"
21 namespace chre { namespace
25 chre::PlatformLogSingleton::deinit();
28 } // namespace chre
preloaded_nanoapps.cc 17 #include "chre/platform/linux/preloaded_nanoapps.h"
19 #include "chre/core/event_loop_manager.h"
20 #include "chre/platform/fatal_error.h"
21 #include "chre/util/macros.h"
22 #include "chre/util/unique_ptr.h"
24 namespace chre { namespace
49 } // namespace chre
  /system/chre/platform/slpi/
system_time.cc 17 #include "chre/platform/system_time.h"
18 #include "chre/platform/slpi/system_time.h"
20 #include "chre/platform/slpi/system_time_util.h"
34 namespace chre { namespace
48 } // namespace chre
platform_pal.cc 17 #include "chre/platform/shared/platform_pal.h"
19 #include "chre/platform/slpi/power_control_util.h"
21 namespace chre { namespace
27 } // namespace chre
system_time_util.cc 17 #include "chre/platform/slpi/system_time_util.h"
19 #include "chre/util/time.h"
21 namespace chre { namespace
37 } // namespace chre
  /system/chre/util/nanoapp/
sensor.cc 17 #include "chre/util/nanoapp/sensor.h"
19 #include "chre/core/sensor_request.h"
20 #include "chre_api/chre/sensor.h"
22 namespace chre { namespace
34 } // namespace chre
  /system/chre/variant/android/
static_nanoapps.cc 17 #include "chre/apps/apps.h"
18 #include "chre/core/static_nanoapps.h"
19 #include "chre/util/macros.h"
21 namespace chre { namespace
40 } // namespace chre
  /system/chre/variant/simulator/
static_nanoapps.cc 17 #include "chre/apps/apps.h"
18 #include "chre/core/static_nanoapps.h"
19 #include "chre/util/macros.h"
21 namespace chre { namespace
40 } // namespace chre
  /system/chre/chre_api/include/chre_api/
chre.h 23 * interface for the Context Hub Runtime Environment (CHRE). This interface is
31 #include <chre/audio.h>
32 #include <chre/common.h>
33 #include <chre/event.h>
34 #include <chre/gnss.h>
35 #include <chre/nanoapp.h>
36 #include <chre/re.h>
37 #include <chre/sensor.h>
38 #include <chre/version.h>
39 #include <chre/wifi.h
    [all...]
  /system/chre/apps/hello_world/
hello_world.cc 17 #include <chre.h>
24 * a nanoapp is to be statically built into the CHRE system binary, which would
29 namespace chre { namespace
51 } // namespace chre
53 #include "chre/util/nanoapp/app_id.h"
54 #include "chre/platform/static_nanoapp_init.h"
56 CHRE_STATIC_NANOAPP_INIT(HelloWorld, chre::kHelloWorldAppId, 0);
  /system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
utility.h 20 #include "chre/apps/wifi_offload/wifi_offload.h"
22 #include "chre/apps/wifi_offload/error_codes.h"
23 #include "chre/apps/wifi_offload/scan_config.h"
24 #include "chre/apps/wifi_offload/scan_filter.h"
25 #include "chre/apps/wifi_offload/scan_params.h"
26 #include "chre/apps/wifi_offload/scan_result.h"
27 #include "chre/apps/wifi_offload/ssid.h"
  /system/chre/platform/slpi/see/
power_control_manager.cc 17 #include "chre/platform/power_control_manager.h"
19 #include "chre/platform/slpi/power_control_util.h"
20 #include "chre/platform/slpi/see/island_vote_client.h"
21 #include "chre/platform/system_time.h"
22 #include "chre/util/lock_guard.h"
24 namespace chre { namespace
50 } // namespace chre
  /system/chre/chre_api/legacy/v1_1/
chre.h 23 * interface for the Context Hub Runtime Environment (CHRE). This interface is
31 #include <chre/common.h>
32 #include <chre/event.h>
33 #include <chre/gnss.h>
34 #include <chre/nanoapp.h>
35 #include <chre/re.h>
36 #include <chre/sensor.h>
37 #include <chre/version.h>
38 #include <chre/wifi.h>
39 #include <chre/wwan.h
    [all...]
  /system/chre/core/include/chre/core/
init.h 20 namespace chre { namespace
23 * Performs initialization of CHRE. The CHRE is designed to be portable and as
27 * 2) [required] Perform CHRE initialization by invoking this function. All
28 * platforms must invoke chre::init() prior to loading apps.
31 * platform-specific code to be invoked as part of CHRE initialization. (as an
39 * Performs deinitialization of CHRE. The order of deinitialization must be as
42 * 1) [required] Perform CHRE deinitialization by invoking this function. All
43 * platforms must invoke chre::deinit() after unloading all apps
48 * After step 1 is complete, chre common code has been deinitialized and callin
    [all...]
  /system/chre/apps/chqts/
README.md 3 the proper functionality of a CHRE implementation as specified in the API
  /system/chre/apps/include/chre/apps/
apps.h 20 #include "chre/core/nanoapp.h"
21 #include "chre/util/unique_ptr.h"
23 namespace chre { namespace
38 } // namespace chre
  /system/chre/build/app_support/qcom_nanohub/
chre.so 
  /system/chre/apps/gnss_world/
Makefile 9 CHRE project root. Example: export CHRE_PREFIX=$$HOME/chre")
  /system/chre/apps/message_world/
Makefile 9 CHRE project root. Example: export CHRE_PREFIX=$$HOME/chre")
  /system/chre/apps/wwan_world/
Makefile 9 CHRE project root. Example: export CHRE_PREFIX=$$HOME/chre")

Completed in 302 milliseconds

12 3 4 5 6 7 8 91011>>