Searched refs:is_null (Results 1 – 16 of 16) sorted by relevance
141 …nt.events & (EPOLLIN | EPOLLHUP | EPOLLRDHUP | EPOLLERR) && !reactable->on_read_ready_.is_null()) { in Run()144 if (event.events & EPOLLOUT && !reactable->on_write_ready_.is_null()) { in Run()169 if (!on_read_ready.is_null()) { in Register()172 if (!on_write_ready.is_null()) { in Register()249 if (!on_read_ready.is_null()) { in ModifyRegistration()252 if (!on_write_ready.is_null()) { in ModifyRegistration()
50 bool is_null() const { in is_null() function51 return callback.is_null(); in is_null()
139 ASSERT(callback_on_empty_.is_null()); in NotifyOnEmpty()150 if (!callback_on_empty_.is_null()) { in enqueue_callback()
352 !backoff_url_result.backoff_expiry.is_null(); in UpdateCanStart()425 } else if (!update_state.p2p_first_attempted.is_null() && in UpdateCanStart()628 if (may_backoff && !update_state.backoff_expiry.is_null() && in UpdateBackoffAndDownloadUrl()686 if (!(prev_err_time.is_null() || err_time >= prev_err_time)) { in UpdateBackoffAndDownloadUrl()701 if (!update_state.failures_last_updated.is_null() && in UpdateBackoffAndDownloadUrl()760 CHECK(!err_time.is_null()) in UpdateBackoffAndDownloadUrl()
160 if (func_.is_null()) in GetValue()
49 if (sem_timedwait(&sem, &timeout) == -1 && !callback.is_null()) { in wait()
116 p_db == NULL || p_db->p_db == NULL || find_cback.is_null()) in AVRC_FindService()
437 if (backoff_expiry_time_.is_null()) { in ShouldBackoffDownload()1036 Time end_time = update_timestamp_end_.is_null() in GetUpdateDuration()1415 if (p2p_first_attempt_timestamp_.is_null()) { in P2PNewAttempt()1430 if (!p2p_first_attempt_timestamp_.is_null()) { in P2PAttemptAllowed()
425 if (!callback_.is_null()) in IssueCallback()
213 DCHECK(!connection_cb_.is_null()); in InitiatorControlCb()301 DCHECK(!connection_cb_.is_null()); in AcceptorControlCb()
159 if (!record->callback.is_null()) { in ChildExitedCallback()
658 ASSERT_FALSE(proxy_callback.is_null()); in TYPED_TEST()
83 if (!in.i.callback().is_null()) i.Reset(in.i.callback()); in operator =()
743 CHECK(!send_data_upwards.is_null()); in dispatch_reassembled()
952 if (p_inst->timeout_cb.is_null()) { in OnAdvertisingSetTerminated()
203 if (!cb.is_null()) cb.Run(client_if, status); in bta_gattc_register()