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

  /system/chre/platform/include/chre/platform/
platform_gnss.h 25 class PlatformGnss : public PlatformGnssBase {
28 * Performs platform-specific deinitialization of the PlatformGnss instance.
30 ~PlatformGnss();
  /system/chre/platform/shared/
platform_gnss.cc 27 PlatformGnss::~PlatformGnss() {
36 void PlatformGnss::init() {
60 uint32_t PlatformGnss::getCapabilities() {
69 bool PlatformGnss::controlLocationSession(bool enable, Milliseconds minInterval,
81 void PlatformGnss::releaseLocationEvent(chreGnssLocationEvent *event) {

Completed in 143 milliseconds