Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
H A DInputBufferManager.h273 bool processNotifications(nsecs_t* timeToRetryNs);
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/
H A 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()