Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/core/adapter/syscall/src/
H A Dhdf_syscall_adapter.c196 if (*pfdSize < thread->pfdSize) { in AssignPfds()
204 *pfdSize = thread->pfdSize; in AssignPfds()
209 for (uint32_t i = 0; i < thread->pfdSize; i++) { in AssignPfds()
244 uint16_t pfdSize = 0; in HdfDevEventListenTask() local
251 pollCount = AssignPfds(thread, &pfds, &pfdSize); in HdfDevEventListenTask()
380 for (; index < thread->pfdSize; index++) { in GetValidPfdIndexLocked()
390 if (index >= thread->pfdSize) { in GetValidPfdIndexLocked()
396 if (thread->pfdSize != 0) { in GetValidPfdIndexLocked()
407 thread->pfdSize = newSize; in GetValidPfdIndexLocked()
456 if (ret != HDF_SUCCESS || thread->pfdSize <= 0) { in HdfDevListenerThreadStart()
[all …]
/ohos5.0/drivers/hdf_core/framework/core/adapter/syscall/include/
H A Dhdf_syscall_adapter.h34 uint16_t pfdSize; member