Searched defs:isOk (Results 1 – 9 of 9) sorted by relevance
54 bool isOk() const { return mIsBound; } in isOk() function
39 bool isOk() const { return ok_; } in isOk() function
64 bool isOk() const { return !null_; } in isOk() function
192 bool isOk = true; in updateMetadataCommon() local
100 auto isOk = (mCookie != ::aidl::android::hardware::bluetooth::audio::kObserversCookieUndefined); in registerPort() local
147 bool isOk = false; in SetUp() local
166 bool isOk = false; in SetUp() local
625 bool isOk = true; in bluetoothParametersUpdated() local
106 AssertionResult isOk(const Return<T>& r) { in isOk() function