Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/afutils/
DVibrator.cpp34 static sp<os::IExternalVibratorService> sExternalVibratorService; in getExternalVibratorService() local
37 if (sExternalVibratorService == nullptr) { in getExternalVibratorService()
41 sExternalVibratorService = interface_cast<os::IExternalVibratorService>(binder); in getExternalVibratorService()
44 return sExternalVibratorService; in getExternalVibratorService()