Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/bluetooth/
DModuleBluetooth.cpp291 bool registrationSuccess = false; in createProxy() local
292 for (int i = 0; i < kCreateProxyRetries && !registrationSuccess; ++i) { in createProxy()
293 registrationSuccess = proxy.ptr->registerPort(device); in createProxy()
296 if (!registrationSuccess) { in createProxy()