Home
last modified time | relevance | path

Searched refs:getSensorStringType (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/sensorservice/
DSensorService.h413 String8 getSensorStringType(int handle) const;
DSensorEventConnection.cpp472 noteMsg.append(String16(mService->getSensorStringType(sensorHandle))); in noteOpIfRequired()
DSensorService.cpp1420 String8 SensorService::getSensorStringType(int handle) const { in getSensorStringType() function in android::SensorService