Home
last modified time | relevance | path

Searched refs:move_to_front (Results 1 – 3 of 3) sorted by relevance

/external/opencore/oscl/oscl/osclbase/src/
Doscl_linked_list.h177 OSCL_IMPORT_REF int32 move_to_front(const OsclAny* data_to_move);
342 int32 move_to_front(const LLClass& data_to_move) in move_to_front() function
344 return Oscl_Linked_List_Base::move_to_front(&data_to_move); in move_to_front()
559 int32 move_to_front(const LLClass& data_to_move) in move_to_front() function
564 status = the_list.move_to_front(data_to_move); in move_to_front()
Doscl_linked_list.cpp343 OSCL_EXPORT_REF int32 Oscl_Linked_List_Base::move_to_front(const OsclAny* data_to_move) in move_to_front() function in Oscl_Linked_List_Base
/external/opencore/baselibs/gen_data_structures/src/
Dlinked_list.h67 int move_to_front(const LLClass& data_to_move);
342 template <class LLClass> int LinkedList<LLClass>::move_to_front(const LLClass& data_to_move) in move_to_front() function
402 int move_to_front(const LLClass& data_to_move);
501 template <class LLClass> int MTLinkedList<LLClass>::move_to_front(const LLClass& data_to_move) in move_to_front() function
505 status = the_list.move_to_front(data_to_move); in move_to_front()