Searched defs:container (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvideo_writer.c35 VpxContainer container,
37 if (container == kContainerIVF) {
34 vpx_video_writer_open(const char *filename, VpxContainer container, const VpxVideoInfo *info) argument
/hardware/qcom/gps/msm8909/utils/
H A DLocTimer.cpp61 or stopped, the obj is removed from the container. Since it
65 LocTimerContainer - core of the timer service. It is a container (derived from
122 // add a timer / alarm obj into the container
124 // remove a timer / alarm obj from the container
138 // having 1 fd per container of timer / alarm is such that, we may not need
154 // add a container of timers. Each contain has a unique device fd, i.e.
156 // that container would have written to the device fd with the soonest
158 // this method does is to add the fd of the input container to the poll
159 // and also add the pointer of the container to the event data ptr, such
162 // remove a fd that is assciated with a container
237 LocTimerContainer*& container = wakeOnExpire ? mHwTimers : mSwTimers; local
315 MsgTimerPush(LocTimerContainer& container, LocTimerDelegate& timer) argument
332 MsgTimerRemove(LocTimerContainer& container, LocTimerDelegate& timer) argument
358 MsgTimerExpire(LocTimerContainer& container) argument
459 LocTimerContainer* container = (LocTimerContainer*)(ev[i].data.ptr); local
492 LocTimerContainer* container = mContainer; local
[all...]
/hardware/qcom/gps/msm8996/utils/
H A DLocTimer.cpp61 or stopped, the obj is removed from the container. Since it
65 LocTimerContainer - core of the timer service. It is a container (derived from
122 // add a timer / alarm obj into the container
124 // remove a timer / alarm obj from the container
138 // having 1 fd per container of timer / alarm is such that, we may not need
154 // add a container of timers. Each contain has a unique device fd, i.e.
156 // that container would have written to the device fd with the soonest
158 // this method does is to add the fd of the input container to the poll
159 // and also add the pointer of the container to the event data ptr, such
162 // remove a fd that is assciated with a container
237 LocTimerContainer*& container = wakeOnExpire ? mHwTimers : mSwTimers; local
315 MsgTimerPush(LocTimerContainer& container, LocTimerDelegate& timer) argument
332 MsgTimerRemove(LocTimerContainer& container, LocTimerDelegate& timer) argument
358 MsgTimerExpire(LocTimerContainer& container) argument
459 LocTimerContainer* container = (LocTimerContainer*)(ev[i].data.ptr); local
492 LocTimerContainer* container = mContainer; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7799 // STL-style container class, the first overload of IsContainerTest
7806 // a container class by checking the type of IsContainerTest<C>(0).
7814 // iterator is an STL container.
7915 // Adapts a native array to a read-only STL-style container. Instead
7916 // of the complete STL container concept, this adaptor only implements
7917 // members useful for Google Mock's container matchers. New members
7926 // STL-style container typedefs.
7950 // STL-style container methods.
8819 // ValuesIn(container) - Yields values from a C-style array, an STL
8820 // ValuesIn(begin,end) container, o
9460 DefaultPrintTo(IsContainer , false_type , const C& container, ::std::ostream* os) argument
15889 ValuesIn( const Container& container) argument
[all...]

Completed in 106 milliseconds