Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DInputBufferManager.h273 bool processNotifications(nsecs_t* timeToRetryNs);
/frameworks/av/media/codec2/hidl/1.0/utils/
DInputBufferManager.cpp320 bool InputBufferManager::processNotifications(nsecs_t* timeToRetryNs) { in processNotifications() function in android::hardware::media::c2::V1_0::utils::InputBufferManager
452 while (processNotifications(&timeToRetryNs)) { in main()