HomeSort by relevance Sort by last modified time
    Searched full:advancepointer (Results 1 - 7 of 7) sorted by null

  /external/libbrillo/brillo/
pointer_utils.h 13 // AdvancePointer() is a helper function to advance void pointer by
15 inline void* AdvancePointer(void* pointer, ssize_t byte_offset) {
18 inline const void* AdvancePointer(const void* pointer, ssize_t byte_offset) {
  /external/libbrillo/brillo/streams/
stream.cc 97 buffer = AdvancePointer(buffer, size_read);
172 buffer = AdvancePointer(buffer, size_written);
336 buffer = AdvancePointer(buffer, size_read);
363 buffer = AdvancePointer(buffer, size_written);
  /frameworks/native/libs/vr/libpdx/private/pdx/
utility.h 99 inline const void* AdvancePointer(const void* ptr, OFFSET_T offset) {
104 inline void* AdvancePointer(void* ptr, OFFSET_T offset) {
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
serialization.h     [all...]
  /frameworks/native/libs/vr/libpdx/
encoder_performance_test.cpp 190 AdvancePointer(section.first, dummy_data.size()));
  /frameworks/native/libs/vr/libpdx_uds/
ipc_helper.cpp 509 event = reinterpret_cast<const inotify_event*>(AdvancePointer(
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]

Completed in 629 milliseconds