HomeSort by relevance Sort by last modified time
    Searched refs:set_ptr (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
stream.c 28 stream->set_ptr = NULL;
42 pMemOP->Copy(VO_INDEX_ENC_AMRWB, stream->frame_ptr_bk + stream->frame_storelen , stream->set_ptr, len);
44 stream->set_ptr += len;
52 stream->set_ptr = NULL;
voAMRWBEnc.c     [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
stream.h 34 unsigned char *set_ptr; member in struct:__anon19306
  /external/chromium/base/memory/
scoped_ptr_unittest.cc 14 explicit ConDecLogger(int* ptr) { set_ptr(ptr); }
17 void set_ptr(int* ptr) { ptr_ = ptr; ++*ptr_; } function in class:__anon3660::ConDecLogger
105 scoper[i].set_ptr(&constructed);
125 scoper[i].set_ptr(&constructed);
133 scoper[i].set_ptr(&constructed);
152 loggers[i].set_ptr(&constructed);
  /bionic/tests/
signal_test.cpp 25 sigset_t* set_ptr = NULL; local
27 ASSERT_EQ(-1, fn(set_ptr));
40 sigset_t* set_ptr = NULL; local
42 ASSERT_EQ(-1, fn(set_ptr, SIGSEGV));
  /external/chromium/base/threading/
thread_local_unittest.cc 52 void set_ptr(ThreadLocalTesterBase** ptr) { ptr_ = ptr; } function in class:base::__anon3746::GetThreadLocal
83 getter.set_ptr(&tls_val);

Completed in 298 milliseconds