Searched defs:pointer (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dtng_trace.c190 drv_debug_msg(VIDEO_DEBUG_ERROR,"%s data pointer is NULL\n", __FUNCTION__);
230 drv_debug_msg(VIDEO_DEBUG_ERROR,"%s data pointer is NULL\n", __FUNCTION__);
270 drv_debug_msg(VIDEO_DEBUG_ERROR,"%s data pointer is NULL\n", __FUNCTION__);
310 drv_debug_msg(VIDEO_DEBUG_ERROR,"%s data pointer is NULL\n", __FUNCTION__);
406 drv_debug_msg(VIDEO_DEBUG_ERROR,"%s data pointer is NULL\n", __FUNCTION__);
612 drv_debug_msg(VIDEO_DEBUG_ERROR,"%s data pointer is NULL\n", __FUNCTION__);
655 drv_debug_msg(VIDEO_DEBUG_ERROR,"%s data pointer is NULL\n", __FUNCTION__);
1307 void tng__trace_seq_header(void* pointer) argument
1310 if (pointer == NULL)
1313 ctx = (context_ENC_p)pointer;
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2207 // When you upcast (that is, cast a pointer from type Foo to type
2209 // always succeed. When you downcast (that is, cast a pointer from
2211 // how do you know the pointer is really of type SubclassOfFoo? It
2246 // Downcasts the pointer of type Base to Derived.
2357 // pthread_create() accepts a pointer to a function type with the C linkage.
2596 T* pointer() { return GetOrCreateValue(); } function in class:std::tr1::ThreadLocal
2597 const T* pointer() const { return GetOrCreateValue(); } function in class:std::tr1::ThreadLocal
2598 const T& get() const { return *pointer(); }
2599 void set(const T& value) { *pointer() = value; }
2607 T* pointer() { retur function in class:std::tr1::ThreadLocal::ValueHolder
2677 T* pointer() { return &value_; } function in class:std::tr1::ThreadLocal
2678 const T* pointer() const { return &value_; } function in class:std::tr1::ThreadLocal
3221 operator <<(T* const& pointer) argument
3225 *ss_ << pointer; local
3278 StreamHelper(internal::true_type , T* pointer) argument
3282 *ss_ << pointer; local
[all...]

Completed in 2351 milliseconds