HomeSort by relevance Sort by last modified time
    Searched refs:GnssGeofencing (Results 1 - 15 of 15) sorted by null

  /hardware/qcom/gps/msm8909w_3100/android/
GnssGeofencing.cpp 25 #include "GnssGeofencing.h"
33 void GnssGeofencing::GnssGeofencingDeathRecipient::serviceDied(
42 GnssGeofencing::GnssGeofencing() : mApi(nullptr) {
46 GnssGeofencing::~GnssGeofencing() {
54 Return<void> GnssGeofencing::setCallback(const sp<IGnssGeofenceCallback>& callback) {
76 Return<void> GnssGeofencing::addGeofence(
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) {
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions)
    [all...]
GnssGeofencing.h 42 struct GnssGeofencing : public IGnssGeofencing {
43 GnssGeofencing();
44 ~GnssGeofencing();
71 GnssGeofencingDeathRecipient(sp<GnssGeofencing> gnssGeofencing) :
72 mGnssGeofencing(gnssGeofencing) {
76 sp<GnssGeofencing> mGnssGeofencing;
Android.mk 12 GnssGeofencing.cpp \
Gnss.h 28 #include <GnssGeofencing.h>
129 sp<GnssGeofencing> mGnssGeofencingIface = nullptr;
Gnss.cpp 304 mGnssGeofencingIface = new GnssGeofencing();
  /hardware/qcom/gps/msm8998/android/
GnssGeofencing.cpp 25 #include "GnssGeofencing.h"
33 void GnssGeofencing::GnssGeofencingDeathRecipient::serviceDied(
42 GnssGeofencing::GnssGeofencing() : mApi(nullptr) {
46 GnssGeofencing::~GnssGeofencing() {
54 Return<void> GnssGeofencing::setCallback(const sp<IGnssGeofenceCallback>& callback) {
76 Return<void> GnssGeofencing::addGeofence(
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) {
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions)
    [all...]
GnssGeofencing.h 42 struct GnssGeofencing : public IGnssGeofencing {
43 GnssGeofencing();
44 ~GnssGeofencing();
71 GnssGeofencingDeathRecipient(sp<GnssGeofencing> gnssGeofencing) :
72 mGnssGeofencing(gnssGeofencing) {
76 sp<GnssGeofencing> mGnssGeofencing;
Android.mk 20 GnssGeofencing.cpp \
Gnss.h 28 #include <GnssGeofencing.h>
129 sp<GnssGeofencing> mGnssGeofencingIface = nullptr;
Gnss.cpp 304 mGnssGeofencingIface = new GnssGeofencing();
  /hardware/interfaces/gnss/1.0/default/
GnssGeofencing.cpp 19 #include "GnssGeofencing.h"
28 std::vector<std::unique_ptr<ThreadFuncArgs>> GnssGeofencing::sThreadFuncArgsList;
29 sp<IGnssGeofenceCallback> GnssGeofencing::mGnssGeofencingCbIface = nullptr;
30 bool GnssGeofencing::sInterfaceExists = false;
32 GpsGeofenceCallbacks GnssGeofencing::sGnssGfCb = {
42 GnssGeofencing::GnssGeofencing(const GpsGeofencingInterface* gpsGeofencingIface)
49 GnssGeofencing::~GnssGeofencing() {
53 void GnssGeofencing::gnssGfTransitionCb(int32_t geofenceId
    [all...]
GnssGeofencing.h 44 struct GnssGeofencing : public IGnssGeofencing {
45 GnssGeofencing(const GpsGeofencingInterface* gpsGeofencingIface);
46 ~GnssGeofencing();
Gnss.h 25 #include <GnssGeofencing.h>
156 sp<GnssGeofencing> mGnssGeofencingIface = nullptr;
Gnss.cpp 551 ALOGE("%s: GnssGeofencing interface not implemented by HAL", __func__);
553 mGnssGeofencingIface = new GnssGeofencing(gpsGeofencingIface);
  /test/vts/tools/build/tasks/list/
vts_func_fuzzer_package_list.mk 71 android.hardware.gnss@1.0-vts.func_fuzzer.GnssGeofencing \

Completed in 134 milliseconds