Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/audio/utils/aidl_session/
DBluetoothAudioSession.h227 static inline std::atomic<bool> is_aidl_checked = false; variable
DBluetoothAudioSession.cpp696 if (is_aidl_checked) return is_aidl_available; in IsAidlAvailable()
700 is_aidl_checked = true; in IsAidlAvailable()