Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 183) sorted by relevance

12345678

/hardware/interfaces/health/utils/libhealthloop/
DfilterPowerSupplyEvents.c23 static inline uint32_t M4(struct __sk_buff* skb, unsigned int offset, uint8_t c0, uint8_t c1, in M4()
29 static inline uint16_t M2(struct __sk_buff* skb, unsigned int offset, uint8_t c0, uint8_t c1) { in M2()
34 static inline uint8_t M1(struct __sk_buff* skb, unsigned int offset, uint8_t c0) { in M1()
40 static inline uint32_t match_subsystem(struct __sk_buff* skb, unsigned int offset) { in match_subsystem()
47 static inline uint32_t match_power_supply(struct __sk_buff* skb, unsigned int offset) { in match_power_supply()
/hardware/google/pixel/misc_writer/
Dmisc_writer.cpp32 bool MiscWriter::OffsetAndSizeInVendorSpace(size_t offset, size_t size) { in OffsetAndSizeInVendorSpace()
37 bool MiscWriter::WriteMiscPartitionVendorSpace(const void* data, size_t size, size_t offset, in WriteMiscPartitionVendorSpace()
52 size_t offset = 0; in PerformAction() local
174 size_t offset = 0; in UpdateSotaConfig() local
Dmisc_writer_test.cpp51 void MiscWriterTest::CheckMiscPartitionVendorSpaceContent(size_t offset, in CheckMiscPartitionVendorSpaceContent()
81 size_t offset = 12360; in TEST_F() local
116 size_t offset = MiscWriter::kMaxRamSizeOffsetInVendorSpace; in TEST_F() local
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DIndexRangeCache.cpp23 size_t offset, in addRange()
35 size_t offset, in findRange()
56 void IndexRangeCache::invalidateRange(size_t offset, size_t size) { in invalidateRange()
DglUtils.h119 template <class T> void shiftIndices(T *indices, int count, int offset) { in shiftIndices()
128 template <class T> void shiftIndices(const T *src, T *dst, int count, int offset) in shiftIndices()
138 (T *indices, int count, int offset, in shiftIndicesExcept()
153 (const T *src, T *dst, int count, int offset, in shiftIndicesExcept()
/hardware/interfaces/security/see/storage/aidl/aidl_api/android.hardware.security.see.storage/1/android/hardware/security/see/storage/
DIFile.aidl37 byte[] read(long size, long offset); in read()
38 long write(long offset, in byte[] buffer); in write()
/hardware/interfaces/security/see/storage/aidl/aidl_api/android.hardware.security.see.storage/current/android/hardware/security/see/storage/
DIFile.aidl37 byte[] read(long size, long offset); in read()
38 long write(long offset, in byte[] buffer); in write()
/hardware/interfaces/security/see/storage/aidl/android/hardware/security/see/storage/
DIFile.aidl39 byte[] read(long size, long offset); in read()
54 long write(long offset, in byte[] buffer); in write()
/hardware/google/aemu/host-common/testing/
DHostAddressSpace.cpp186 static uint64_t offsetToPhysAddr(uint64_t offset) { in offsetToPhysAddr()
254 int allocSharedHostRegion(uint64_t page_aligned_size, uint64_t* offset) { in allocSharedHostRegion()
263 int allocSharedHostRegionLocked(uint64_t page_aligned_size, uint64_t* offset) { in allocSharedHostRegionLocked()
278 int allocSharedHostRegionFixedLocked(uint64_t page_aligned_size, uint64_t offset) { in allocSharedHostRegionFixedLocked()
290 int freeSharedHostRegion(uint64_t offset) { in freeSharedHostRegion()
295 int freeSharedHostRegionLocked(uint64_t offset) { in freeSharedHostRegionLocked()
340 uint64_t offset, in blockContainsOffset()
347 uint64_t offsetIntoBlock( in offsetIntoBlock()
362 const MemoryMap& memoryMap, uint64_t offset, uint64_t size) const { in enclosingSharedRegionExists()
462 int HostAddressSpaceDevice::allocSharedHostRegion(uint64_t page_aligned_size, uint64_t* offset) { in allocSharedHostRegion()
[all …]
/hardware/google/aemu/host-common/
DHostAddressSpace_unittest.cpp84 uint64_t offset; in TEST_F() local
114 uint64_t offset; in TEST_F() local
140 uint64_t offset; in TEST_F() local
170 uint64_t offset; in TEST_F() local
206 uint64_t offset; in TEST_F() local
/hardware/google/gfxstream/host/vulkan/
DBufferVk.cpp42 void BufferVk::readToBytes(uint64_t offset, uint64_t size, void* outBytes) { in readToBytes()
46 bool BufferVk::updateFromBytes(uint64_t offset, uint64_t size, const void* bytes) { in updateFromBytes()
/hardware/interfaces/bluetooth/hci/
Dhci_packetizer.cc41 size_t offset = packet_length_offset_for_type[static_cast<uint8_t>(type)]; in HciGetPacketLengthForType() local
54 size_t* offset) { in OnDataReady()
/hardware/nxp/uwb/halimpl/log/
DphNxpUciHal_extLog.cc49 long offset = 0; in phNxpUciLog_initialize() local
55 long offset = 0; in phNxpUciLog_initialize() local
309 long offset = ftell(gLogFile.debuglogFile); in phNxpUciLog_deinitialize() local
/hardware/google/gfxstream/host/
DVirtioGpuResource.cpp523 int VirtioGpuResource::TransferRead(const GoldfishPipeServiceOps* ops, uint64_t offset, in TransferRead()
560 const GoldfishPipeServiceOps* ops, uint64_t offset, stream_renderer_box* box, in TransferWrite()
602 int VirtioGpuResource::ReadFromPipeToLinear(const GoldfishPipeServiceOps* ops, uint64_t offset, in ReadFromPipeToLinear()
639 const GoldfishPipeServiceOps* ops, uint64_t offset, stream_renderer_box* box) { in WriteToPipeFromLinear()
706 int VirtioGpuResource::ReadFromBufferToLinear(uint64_t offset, stream_renderer_box* box) { in ReadFromBufferToLinear()
722 int VirtioGpuResource::WriteToBufferFromLinear(uint64_t offset, stream_renderer_box* box) { in WriteToBufferFromLinear()
738 int VirtioGpuResource::ReadFromColorBufferToLinear(uint64_t offset, stream_renderer_box* box) { in ReadFromColorBufferToLinear()
767 int VirtioGpuResource::WriteToColorBufferFromLinear(uint64_t offset, stream_renderer_box* box) { in WriteToColorBufferFromLinear()
788 int VirtioGpuResource::TransferToIov(uint64_t offset, const stream_renderer_box* box, in TransferToIov()
797 int VirtioGpuResource::TransferFromIov(uint64_t offset, const stream_renderer_box* box, in TransferFromIov()
[all …]
DBuffer.cpp104 void Buffer::readToBytes(uint64_t offset, uint64_t size, void* outBytes) { in readToBytes()
122 bool Buffer::updateFromBytes(uint64_t offset, uint64_t size, const void* bytes) { in updateFromBytes()
/hardware/google/gfxstream/host/gl/
DBufferGl.cpp42 void BufferGl::read(uint64_t offset, uint64_t size, void* bytes) { in read()
68 void BufferGl::subUpdate(uint64_t offset, uint64_t size, const void* bytes) { in subUpdate()
/hardware/interfaces/automotive/can/1.0/default/libnl++/
DMessageMutator.cpp45 const auto offset = constBuffer().getOffset(attrData); in write() local
56 const auto offset = constBuffer().getOffset(buf); in fragment() local
/hardware/google/aemu/windows/src/
Dpread.cpp18 ssize_t pread(int fd, void* buf, size_t count, off_t offset) { in pread()
/hardware/google/aemu/base/include/aemu/base/
Daddress_space.h40 uint64_t offset; member
127 uint64_t offset) in address_space_allocator_find_available_block_at_offset()
240 uint64_t offset) in address_space_allocator_split_block_at_offset()
403 uint64_t offset) in address_space_allocator_allocate_fixed()
435 uint64_t offset) in address_space_allocator_deallocate()
/hardware/google/gfxstream/host/gl/gles2_dec/
DGLESv2Decoder.cpp347 …Decoder::s_glDrawElementsOffset(void *self, GLenum mode, GLsizei count, GLenum type, GLuint offset) in s_glDrawElementsOffset()
360 …:s_glDrawElementsOffsetNullAEMU(void *self, GLenum mode, GLsizei count, GLenum type, GLuint offset) in s_glDrawElementsOffsetNullAEMU()
366 void GLESv2Decoder::s_glMapBufferRangeAEMU(void* self, GLenum target, GLintptr offset, GLsizeiptr l… in s_glMapBufferRangeAEMU()
389 void GLESv2Decoder::s_glUnmapBufferAEMU(void* self, GLenum target, GLintptr offset, GLsizeiptr leng… in s_glUnmapBufferAEMU()
409 void GLESv2Decoder::s_glMapBufferRangeDMA(void* self, GLenum target, GLintptr offset, GLsizeiptr le… in s_glMapBufferRangeDMA()
432 void GLESv2Decoder::s_glUnmapBufferDMA(void* self, GLenum target, GLintptr offset, GLsizeiptr lengt… in s_glUnmapBufferDMA()
467 uint64_t GLESv2Decoder::s_glMapBufferRangeDirect(void* self, GLenum target, GLintptr offset, GLsize… in s_glMapBufferRangeDirect()
489 void GLESv2Decoder::s_glUnmapBufferDirect(void* self, GLenum target, GLintptr offset, GLsizeiptr le… in s_glUnmapBufferDirect()
502 void GLESv2Decoder::s_glFlushMappedBufferRangeAEMU(void* self, GLenum target, GLintptr offset, GLsi… in s_glFlushMappedBufferRangeAEMU()
522 void GLESv2Decoder::s_glFlushMappedBufferRangeDirect(void* self, GLenum target, GLintptr offset, GL… in s_glFlushMappedBufferRangeDirect()
[all …]
/hardware/google/gfxstream/host/gl/gles1_dec/
DGLESv1Decoder.cpp145 …ecoder::s_glVertexPointerOffset(void *self, GLint size, GLenum type, GLsizei stride, GLuint offset) in s_glVertexPointerOffset()
151 …Decoder::s_glColorPointerOffset(void *self, GLint size, GLenum type, GLsizei stride, GLuint offset) in s_glColorPointerOffset()
157 …oder::s_glTexCoordPointerOffset(void *self, GLint size, GLenum type, GLsizei stride, GLuint offset) in s_glTexCoordPointerOffset()
163 void GLESv1Decoder::s_glNormalPointerOffset(void *self, GLenum type, GLsizei stride, GLuint offset) in s_glNormalPointerOffset()
169 …d GLESv1Decoder::s_glPointSizePointerOffset(void *self, GLenum type, GLsizei stride, GLuint offset) in s_glPointSizePointerOffset()
175 …coder::s_glWeightPointerOffset(void * self, GLint size, GLenum type, GLsizei stride, GLuint offset) in s_glWeightPointerOffset()
181 …::s_glMatrixIndexPointerOffset(void * self, GLint size, GLenum type, GLsizei stride, GLuint offset) in s_glMatrixIndexPointerOffset()
293 …Decoder::s_glDrawElementsOffset(void *self, GLenum mode, GLsizei count, GLenum type, GLuint offset) in s_glDrawElementsOffset()
/hardware/google/pixel/pixelstats/
DTempResidencyReporter.cpp43 bool updateOffsetAndCheckBound(int *offset, const int &bytes_read, const int &data_len) { in updateOffsetAndCheckBound()
56 int offset = 0; in parse_file_contents() local
/hardware/interfaces/audio/aidl/default/
DSoundDose.cpp100 void SoundDose::onNewMelValues(const std::vector<float>& mels, size_t offset, size_t length, in onNewMelValues()
119 void SoundDose::MelCallback::onNewMelValues(const std::vector<float>& mels, size_t offset, in onNewMelValues()
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DHidItem.h30 ssize_t offset; member
/hardware/google/pixel/power-libperfmgr/aidl/
DChannelManager.h52 int32_t offset; member

12345678