Searched defs:object (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3StreamMem.cpp304 * DESCRIPTION: query buffer index by object ptr
312 int QCamera3StreamMem::getMatchBufIndex(void *object) argument
315 return mGrallocMem.getMatchBufIndex(object);
H A DQCamera3Mem.cpp665 * DESCRIPTION: query buffer index by object ptr
668 * @object : object ptr
673 int QCamera3HeapMemory::getMatchBufIndex(void * /*object*/)
680 buffer_handle_t *key = (buffer_handle_t*) object;
1059 * DESCRIPTION: query buffer index by object ptr
1067 int QCamera3GrallocMemory::getMatchBufIndex(void *object) argument
1072 buffer_handle_t *key = (buffer_handle_t*) object;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc118 // An object of this class appends a TestPartResult object to the
119 // TestPartResultArray object given in the constructor whenever a Google Test
121 // generated in the same thread that created this object or it can intercept
122 // all generated failures. The scope of this mock object can be controlled with
127 // The two possible mocking modes of this object.
133 // The c'tor sets this object as the test part result reporter used
139 // Same as above, but you can choose the interception scope of this object.
146 // Appends the TestPartResult object to the TestPartResultArray
202 // non-static members of the current object
3543 HandleSehExceptionsInMethodIfSupported( T* object, Result (T::*method)(), const char* location) argument
3570 HandleExceptionsInMethodIfSupported( T* object, Result (T::*method)(), const char* location) argument
[all...]

Completed in 603 milliseconds