Searched refs:sVolumeControlInterface (Results 1 – 1 of 1) sorted by relevance
40 static VolumeControlInterface* sVolumeControlInterface = nullptr; variable214 if (sVolumeControlInterface != nullptr) { in initNative()216 sVolumeControlInterface->Cleanup(); in initNative()217 sVolumeControlInterface = nullptr; in initNative()231 sVolumeControlInterface = in initNative()233 if (sVolumeControlInterface == nullptr) { in initNative()238 sVolumeControlInterface->Init(&sVolumeControlCallbacks); in initNative()251 if (sVolumeControlInterface != nullptr) { in cleanupNative()252 sVolumeControlInterface->Cleanup(); in cleanupNative()253 sVolumeControlInterface = nullptr; in cleanupNative()[all …]