Home
last modified time | relevance | path

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

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