Home
last modified time | relevance | path

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

/base/telephony/ril_adapter/services/hril/src/
Dhril_timer_callback.cpp102 int32_t pipedes[PIPE_SIZE_MAX]; in EventLoop() local
103 int32_t ret = pipe(pipedes); in EventLoop()
109 triggerReadFd_ = pipedes[0]; in EventLoop()
110 triggerWriteFd_ = pipedes[1]; in EventLoop()