Home
last modified time | relevance | path

Searched refs:createSensorEventConnection (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2025/
H A Dpoc.cpp66 sensor->createSensorEventConnection(packageName, 0 /*NORMAL*/, in bcfree_helper()
87 sensor->createSensorEventConnection(packageName, 0 /*NORMAL*/, in bcfree()
/aosp_15_r20/frameworks/native/libs/sensor/
H A DISensorServer.cpp147 virtual sp<ISensorEventConnection> createSensorEventConnection(const String8& packageName, in createSensorEventConnection() function in android::BpSensorServer
245 sp<ISensorEventConnection> connection(createSensorEventConnection(packageName, mode, in onTransact()
H A DSensorManager.cpp397 sp<ISensorEventConnection> connection = mSensorServer->createSensorEventConnection( in assertStateLocked()
/aosp_15_r20/frameworks/native/libs/sensor/include/sensor/
H A DISensorServer.h48 virtual sp<ISensorEventConnection> createSensorEventConnection(const String8& packageName,
/aosp_15_r20/frameworks/native/services/sensorservice/
H A DSensorService.h398 virtual sp<ISensorEventConnection> createSensorEventConnection(
H A DSensorService.cpp1581 sp<ISensorEventConnection> SensorService::createSensorEventConnection(const String8& packageName, in createSensorEventConnection() function in android::SensorService