Searched defs:isOk (Results 1 – 8 of 8) sorted by relevance
39 bool isOk() const { return ok_; } in isOk() function
64 bool isOk() const { return !null_; } in isOk() function
272 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
649 bool isOk = true; in bluetoothParametersUpdated() local
106 AssertionResult isOk(const Return<T>& r) { in isOk() function