Searched refs:SensorPrivacyManager (Results 1 – 14 of 14) sorted by relevance
28 SensorPrivacyManager::SensorPrivacyManager() in SensorPrivacyManager() function in android::SensorPrivacyManager32 sp<hardware::ISensorPrivacyManager> SensorPrivacyManager::getService() in getService()58 void SensorPrivacyManager::addSensorPrivacyListener( in addSensorPrivacyListener()67 void SensorPrivacyManager::removeSensorPrivacyListener( in removeSensorPrivacyListener()76 bool SensorPrivacyManager::isSensorPrivacyEnabled() in isSensorPrivacyEnabled()88 status_t SensorPrivacyManager::linkToDeath(const sp<IBinder::DeathRecipient>& recipient) in linkToDeath()97 status_t SensorPrivacyManager::unlinkToDeath(const sp<IBinder::DeathRecipient>& recipient) in unlinkToDeath()
32 "SensorPrivacyManager.cpp",
20 import android.hardware.SensorPrivacyManager;33 SensorPrivacyManager.OnSensorPrivacyChangedListener {34 private SensorPrivacyManager mSensorPrivacyManager;44 mSensorPrivacyManager = (SensorPrivacyManager) context.getSystemService( in SensorPrivacyControllerImpl()
39 public final class SensorPrivacyManager { class58 private static SensorPrivacyManager sInstance;72 private SensorPrivacyManager(Context context, ISensorPrivacyManager service) { in SensorPrivacyManager() method in SensorPrivacyManager81 public static SensorPrivacyManager getInstance(Context context) { in getInstance()87 sInstance = new SensorPrivacyManager(context, service); in getInstance()
28 class SensorPrivacyManager31 SensorPrivacyManager();
40 import android.hardware.SensorPrivacyManager;259 static SensorPrivacyManager provideSensorPrivacyManager(Context context) { in provideSensorPrivacyManager()260 return context.getSystemService(SensorPrivacyManager.class); in provideSensorPrivacyManager()
21 import android.hardware.SensorPrivacyManager;294 @Inject Lazy<SensorPrivacyManager> mSensorPrivacyManager;346 mProviders.put(SensorPrivacyManager.class, mSensorPrivacyManager::get); in start()
77 import android.hardware.SensorPrivacyManager;611 registerService(Context.SENSOR_PRIVACY_SERVICE, SensorPrivacyManager.class, in registerService()612 new CachedServiceFetcher<SensorPrivacyManager>() { in registerService()614 public SensorPrivacyManager createService(ContextImpl ctx) { in registerService()615 return SensorPrivacyManager.getInstance(ctx); in registerService()
102 android.hardware.SensorPrivacyManager
2198 android.hardware.SensorPrivacyManager$12199 android.hardware.SensorPrivacyManager
42326 Landroid/hardware/SensorPrivacyManager$1;42327 Landroid/hardware/SensorPrivacyManager;
661 SensorPrivacyManager mSpm;
2013 SensorPrivacyManager spm; in registerSelf()2019 SensorPrivacyManager spm; in unregisterSelf()
1141 SensorPrivacyManager spm; in registerSelf()1147 SensorPrivacyManager spm; in unregisterSelf()