Searched defs:PlatformNanoapp (Results 1 - 3 of 3) sorted by relevance

/system/chre/platform/include/chre/platform/
H A Dplatform_nanoapp.h31 class PlatformNanoapp : public PlatformNanoappBase, public NonCopyable { class in namespace:chre
36 ~PlatformNanoapp();
/system/chre/platform/linux/
H A Dplatform_nanoapp.cc22 PlatformNanoapp::~PlatformNanoapp() {}
24 bool PlatformNanoapp::start() {
28 void PlatformNanoapp::handleEvent(uint32_t senderInstanceId,
34 void PlatformNanoapp::end() {
38 uint64_t PlatformNanoapp::getAppId() const {
42 uint32_t PlatformNanoapp::getAppVersion() const {
46 uint32_t PlatformNanoapp::getTargetApiVersion() const {
50 bool PlatformNanoapp::isSystemNanoapp() const {
/system/chre/platform/slpi/
H A Dplatform_nanoapp.cc78 PlatformNanoapp::~PlatformNanoapp() {
85 bool PlatformNanoapp::start() {
90 void PlatformNanoapp::handleEvent(uint32_t senderInstanceId,
96 void PlatformNanoapp::end() {
181 uint64_t PlatformNanoapp::getAppId() const {
185 uint32_t PlatformNanoapp::getAppVersion() const {
189 uint32_t PlatformNanoapp::getTargetApiVersion() const {
193 bool PlatformNanoapp::isSystemNanoapp() const {

Completed in 152 milliseconds