Home
last modified time | relevance | path

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

/hardware/interfaces/health/utils/libhealth2impl/
DBinderHealth.cpp152 if (binder_fd_ >= 0) { in BinderEvent()
153 handleTransportPoll(binder_fd_); in BinderEvent()
163 binder_fd_ = setupTransportPolling(); in Init()
165 if (binder_fd_ >= 0) { in Init()
169 if (RegisterEvent(binder_fd_, binder_event, EVENT_NO_WAKEUP_FD) != 0) { in Init()
/hardware/interfaces/health/aidl/default/
DHealth.cpp381 if (binder_fd_ >= 0) { in BinderEvent()
393 binder_status_t status = ABinderProcess_setupPolling(&binder_fd_); in OnInit()
395 if (status == ::STATUS_OK && binder_fd_ >= 0) { in OnInit()
398 if (hal_health_loop->RegisterEvent(binder_fd_, binder_event, EVENT_NO_WAKEUP_FD) != 0) { in OnInit()
/hardware/interfaces/health/aidl/default/include/health-impl/
DHealth.h114 int binder_fd_ = -1; variable
/hardware/interfaces/health/utils/libhealth2impl/include/health2impl/
DBinderHealth.h102 int binder_fd_ = -1; variable