Lines Matching refs:slot_ops_with_log

604 static void slot_ops_with_log(MppBufSlotsImpl *impl, MppBufSlotEntry *slot, MppBufSlotOps op, void …  in slot_ops_with_log()  function
725 slot_ops_with_log(impl, slot, SLOT_INIT, NULL); in init_slot_entry()
746 slot_ops_with_log(impl, entry, SLOT_CLR_FRAME, entry->frame); in check_entry_unused()
751 slot_ops_with_log(impl, entry, SLOT_CLR_BUFFER, entry->buffer); in check_entry_unused()
755 slot_ops_with_log(impl, entry, SLOT_CLR_ON_USE, NULL); in check_entry_unused()
1038 slot_ops_with_log(impl, slot, SLOT_SET_ON_USE, NULL); in mpp_buf_slot_get_unused()
1039 slot_ops_with_log(impl, slot, SLOT_SET_NOT_READY, NULL); in mpp_buf_slot_get_unused()
1068 slot_ops_with_log(impl, &impl->slots[index], set_flag_op[type], NULL); in mpp_buf_slot_set_flag()
1090 slot_ops_with_log(impl, slot, clr_flag_op[type], NULL); in mpp_buf_slot_clr_flag()
1118 slot_ops_with_log(impl, slot, (MppBufSlotOps)(SLOT_ENQUEUE + type), NULL); in mpp_buf_slot_enqueue()
1155 slot_ops_with_log(impl, slot, (MppBufSlotOps)(SLOT_DEQUEUE + type), NULL); in mpp_buf_slot_dequeue()
1178 slot_ops_with_log(impl, slot, set_val_op[type], val); in mpp_buf_slot_set_prop()
1336 slot_ops_with_log(impl, slot, SLOT_CLR_QUEUE_USE, NULL); in mpp_buf_slot_reset()
1337 slot_ops_with_log(impl, slot, SLOT_DEQUEUE, NULL); in mpp_buf_slot_reset()
1338 slot_ops_with_log(impl, slot, SLOT_CLR_ON_USE, NULL); in mpp_buf_slot_reset()
1369 slot_ops_with_log(impl, slot, SLOT_CLR_NOT_READY, NULL); in mpp_buf_slot_default_info()
1370 slot_ops_with_log(impl, slot, SLOT_SET_FRAME, slot->frame); in mpp_buf_slot_default_info()