Searched refs:cleanupWithoutDisableLocked (Results 1 – 2 of 2) sorted by relevance
214 status_t cleanupWithoutDisableLocked(const sp<SensorEventConnection>& connection, int handle);
607 cleanupWithoutDisableLocked(connection, handle); in cleanupAutoDisabledSensorLocked()1431 cleanupWithoutDisableLocked(connection, handle); in enable()1441 status_t err = cleanupWithoutDisableLocked(connection, handle); in disable()1458 return cleanupWithoutDisableLocked(connection, handle); in cleanupWithoutDisable()1461 status_t SensorService::cleanupWithoutDisableLocked( in cleanupWithoutDisableLocked() function in android::SensorService