HomeSort by relevance Sort by last modified time
    Searched defs:PlatformNanoapp (Results 1 - 3 of 3) sorted by null

  /system/chre/platform/include/chre/platform/
platform_nanoapp.h 32 class PlatformNanoapp : public PlatformNanoappBase, public NonCopyable {
113 * PlatformNanoapp's constructor is protected, as it must only exist within
116 PlatformNanoapp() = default;
121 ~PlatformNanoapp();
  /system/chre/platform/linux/
platform_nanoapp.cc 29 PlatformNanoapp::~PlatformNanoapp() {
33 bool PlatformNanoapp::start() {
37 void PlatformNanoapp::handleEvent(uint32_t senderInstanceId,
43 void PlatformNanoapp::end() {
48 uint64_t PlatformNanoapp::getAppId() const {
52 uint32_t PlatformNanoapp::getAppVersion() const {
56 uint32_t PlatformNanoapp::getTargetApiVersion() const {
60 bool PlatformNanoapp::isSystemNanoapp() const {
64 bool PlatformNanoapp::logStateToBuffer(char *buffer, size_t *bufferPos
    [all...]
  /system/chre/platform/slpi/
platform_nanoapp.cc 37 PlatformNanoapp::~PlatformNanoapp() {
44 bool PlatformNanoapp::start() {
53 void PlatformNanoapp::handleEvent(uint32_t senderInstanceId,
63 void PlatformNanoapp::end() {
222 uint64_t PlatformNanoapp::getAppId() const {
226 uint32_t PlatformNanoapp::getAppVersion() const {
230 uint32_t PlatformNanoapp::getTargetApiVersion() const {
234 bool PlatformNanoapp::isSystemNanoapp() const {
243 bool PlatformNanoapp::logStateToBuffer(char *buffer, size_t *bufferPos
    [all...]

Completed in 434 milliseconds