Home
last modified time | relevance | path

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

/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_callbacks.cpp84 if ((status == OsclSuccess) || (status == OsclPending)) in Run()
146 stat = OsclPending; // let the Run know that the last event was pulled out of the queue in DeQueue()
229 if ((status == OsclSuccess) || (status == OsclPending)) in Run()
290 stat = OsclPending; // let the Run know that the last event was pulled out of the queue in DeQueue()
371 if ((status == OsclSuccess) || (status == OsclPending)) in Run()
434 stat = OsclPending; // let the Run know that the last event was pulled out of the queue in DeQueue()
/external/opencore/nodes/pvomxbasedecnode/src/
Dpvmf_omx_basedec_callbacks.cpp84 if ((status == OsclSuccess) || (status == OsclPending)) in Run()
145 stat = OsclPending; // let the Run know that the last event was pulled out of the queue in DeQueue()
228 if ((status == OsclSuccess) || (status == OsclPending)) in Run()
288 stat = OsclPending; // let the Run know that the last event was pulled out of the queue in DeQueue()
369 if ((status == OsclSuccess) || (status == OsclPending)) in Run()
432 stat = OsclPending; // let the Run know that the last event was pulled out of the queue in DeQueue()
/external/opencore/android/
Dandroid_audio_output_threadsafe_callbacks.cpp60 if((status == OsclSuccess) || (status == OsclPending)) in Run()
92 status = OsclPending; in Dequeue()
/external/opencore/android/author/
Dandroid_audio_input_threadsafe_callbacks.cpp64 if((status == OsclSuccess) || (status == OsclPending)) in Run()
96 status = OsclPending; in Dequeue()
/external/opencore/oscl/oscl/osclerror/src/
Doscl_error_codes.h75 #define OsclPending 1 macro