Home
last modified time | relevance | path

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

/system/bt/gd/os/linux_generic/
Dreactor.cc141 …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()
/system/bt/gd/common/
Dcallback_list.h50 bool is_null() const { in is_null() function
51 return callback.is_null(); in is_null()
/system/bt/gd/os/
Dqueue.h139 ASSERT(callback_on_empty_.is_null()); in NotifyOnEmpty()
150 if (!callback_on_empty_.is_null()) { in enqueue_callback()
/system/update_engine/update_manager/
Dchromeos_policy.cc352 !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()
Dgeneric_variables.h160 if (func_.is_null()) in GetValue()
/system/bt/stack/test/
Dstack_btu_test.cc49 if (sem_timedwait(&sem, &timeout) == -1 && !callback.is_null()) { in wait()
/system/bt/stack/avrc/
Davrc_sdp.cc116 p_db == NULL || p_db->p_db == NULL || find_cback.is_null()) in AVRC_FindService()
/system/update_engine/
Dpayload_state.cc437 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()
Dp2p_manager.cc425 if (!callback_.is_null()) in IssueCallback()
/system/bt/profile/avrcp/
Dconnection_handler.cc213 DCHECK(!connection_cb_.is_null()); in InitiatorControlCb()
301 DCHECK(!connection_cb_.is_null()); in AcceptorControlCb()
/system/update_engine/common/
Dsubprocess.cc159 if (!record->callback.is_null()) { in ChildExitedCallback()
Dhttp_fetcher_unittest.cc658 ASSERT_FALSE(proxy_callback.is_null()); in TYPED_TEST()
/system/bt/osi/src/
Dalarm.cc83 if (!in.i.callback().is_null()) i.Reset(in.i.callback()); in operator =()
/system/bt/hci/src/
Dhci_layer.cc743 CHECK(!send_data_upwards.is_null()); in dispatch_reassembled()
/system/bt/stack/btm/
Dbtm_ble_multi_adv.cc952 if (p_inst->timeout_cb.is_null()) { in OnAdvertisingSetTerminated()
/system/bt/bta/gatt/
Dbta_gattc_act.cc203 if (!cb.is_null()) cb.Run(client_if, status); in bta_gattc_register()