Searched refs:chre (Results 1 - 25 of 353) sorted by relevance

1234567891011>>

/system/chre/platform/linux/
H A Dcontext.cc17 #include "chre/platform/context.h"
19 namespace chre { namespace
26 } // namespace chre
H A Dfatal_error.cc17 #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
H A Dplatform_pal.cc17 #include "chre/platform/shared/platform_pal.h"
19 namespace chre { namespace
23 } // namespace chre
H A Dmemory_manager.cc17 #include "chre/platform/memory_manager.h"
19 #include "chre/util/memory.h"
21 namespace chre { namespace
24 return chre::memoryAlloc(bytes);
28 chre::memoryFree(ptr);
31 } // namespace chre
H A Dpower_control_manager.cc17 #include "chre/platform/power_control_manager.h"
19 namespace chre { namespace
27 } // namespace chre
/system/chre/chre_api/include/chre_api/
H A Dchre.h31 #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>
40 #include <chre/wwa
[all...]
/system/chre/chre_api/legacy/v1_1/
H A Dchre.h31 #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>
56 * all three must be implemented by any nanoapp (see chre/nanoap
[all...]
/system/chre/variant/android/
H A Dchre-stub2 /system/bin/chre
/system/chre/chre_api/legacy/v1_0/
H A Dchre.h33 #include <chre/event.h>
34 #include <chre/nanoapp.h>
35 #include <chre/re.h>
36 #include <chre/sensor.h>
37 #include <chre/version.h>
/system/chre/platform/include/chre/platform/
H A Dcontext.h20 namespace chre { namespace
31 } // namespace chre
/system/chre/platform/shared/
H A Dchre_api_version.cc17 #include "chre_api/chre/version.h"
19 #include "chre/platform/platform_id.h"
20 #include "chre/util/macros.h"
27 return chreGetApiVersion() | chre::kPatchVersion;
31 return chre::createPlatformIdFromVendorPlatform(chre::kVendorId,
32 chre::kPlatformId);
H A Dchre_api_wwan.cc17 #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()
/system/chre/platform/slpi/
H A Dplatform_pal.cc17 #include "chre/platform/shared/platform_pal.h"
19 #include "chre/platform/slpi/power_control_util.h"
21 namespace chre { namespace
27 } // namespace chre
H A Dmemory_manager.cc17 #include "chre/platform/memory_manager.h"
19 #include "chre/platform/slpi/memory.h"
20 #include "chre/util/memory.h"
22 namespace chre { namespace
26 return chre::memoryAlloc(bytes);
28 return chre::memoryAllocBigImage(bytes);
34 chre::memoryFree(ptr);
36 chre::memoryFreeBigImage(ptr);
40 } // namespace chre
/system/chre/platform/linux/include/chre/target_platform/
H A Dfatal_error.h23 chre::preFatalError(); \
27 namespace chre { namespace
37 } // namespace chre
H A Dhost_link_base.h20 namespace chre { namespace
26 } // namespace chre
H A Dpower_control_manager_base.h20 namespace chre { namespace
24 } // namespace chre
/system/chre/platform/android/
H A Dinit.cc17 #include "chre/core/event_loop_manager.h"
18 #include "chre/core/init.h"
19 #include "chre/core/static_nanoapps.h"
20 #include "chre/platform/android/host_link.h"
21 #include "chre/platform/linux/preloaded_nanoapps.h"
22 #include "chre/platform/shared/platform_log.h"
28 using android::chre::HostProtocolHost;
29 using chre::EventLoopManagerSingleton;
38 if (!chre::handleMessageFromHost(data, length)) {
48 chre
[all...]
/system/chre/platform/android/include/chre/platform/android/
H A Dhost_link.h23 #include "chre/util/singleton.h"
25 namespace chre { namespace
28 typedef chre::Singleton<::android::chre::SocketServer> SocketServerSingleton;
40 } // namespace chre
/system/chre/platform/slpi/include/chre/target_platform/
H A Dfatal_error.h22 #include "chre/util/macros.h"
25 ::chre::preFatalError(); \
28 namespace chre { namespace
39 } // namespace chre
/system/chre/util/include/chre/util/nanoapp/
H A Daudio.h20 #include <chre/audio.h>
23 namespace chre { namespace
33 } // namespace chre
/system/chre/apps/chqts/src/do_nothing/
H A Ddo_nothing.cc26 #include <chre.h>
/system/chre/core/include/chre/core/
H A Dinit.h20 namespace chre { namespace
28 * platforms must invoke chre::init() prior to loading apps.
43 * platforms must invoke chre::deinit() after unloading all apps
48 * After step 1 is complete, chre common code has been deinitialized and calling
56 } // namespace chre
/system/chre/platform/linux/include/chre/platform/linux/
H A Dpreloaded_nanoapps.h22 #include "chre/core/event_loop.h"
24 namespace chre { namespace
32 } // namespace chre
/system/chre/platform/shared/include/chre/platform/shared/
H A Dplatform_pal.h20 namespace chre { namespace
33 } // namespace chre

Completed in 7863 milliseconds

1234567891011>>