Home
last modified time | relevance | path

Searched defs:new_start (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dpayload.h101 void ConsumeReadBufferSectionData(const void* new_start) override { in ConsumeReadBufferSectionData()
141 void ConsumeReadBufferSectionData(const void* new_start) override { in ConsumeReadBufferSectionData()
/aosp12/system/update_engine/payload_generator/
H A Dextent_utils.cc134 uint64_t new_start = extent.start_block(); in ExtentsSublist() local
H A Dextent_ranges.cc319 uint64_t new_start = iter->start_block() + iter->num_blocks(); in FilterExtentRanges() local
/aosp12/frameworks/native/libs/vr/libpdx/
H A Dencoder_performance_test.cpp55 void ConsumeReadBufferSectionData(const void* new_start) override { in ConsumeReadBufferSectionData()
86 void ConsumeReadBufferSectionData(const void* new_start) override { in ConsumeReadBufferSectionData()
/aosp12/frameworks/native/libs/vr/libpdx_uds/
H A Dipc_helper.cpp345 void ReceivePayload::ConsumeReadBufferSectionData(const void* new_start) { in ConsumeReadBufferSectionData()
/aosp12/bionic/tests/
H A Ddlext_test.cpp343 void* new_start = mmap(start, PAGE_SIZE, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0); in TEST_F() local