Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/location/contexthub/
H A DContextHubServiceUtil.java378 static int toContextHubEvent(int hidlEventType) { in toContextHubEvent() argument
379 switch (hidlEventType) { in toContextHubEvent()
383 Log.e(TAG, "toContextHubEvent: Unknown event type: " + hidlEventType); in toContextHubEvent()