Home
last modified time | relevance | path

Searched defs:offsets (Results 1 – 5 of 5) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dtrxhdr.h57 uint32 offsets[TRX_MAX_OFFSET]; /* Offsets of partitions from start of header */ member
59 uint32 offsets[1]; /* Offsets of partitions from start of header */ member
/hardware/ti/am57x/libhwcomposer/
Ddrmfb.h32 uint32_t offsets[4]; variable
/hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/
Dinv_self_test.c541 int offsets[3] = {0}; in main() local
567 int offsets[3] = {0}; in main() local
/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsCopyTests.cpp313 std::vector<uint32_t> offsets(9, 0); in TEST_P() local
/hardware/interfaces/renderscript/1.0/default/
DContext.cpp89 Return<void> Context::allocationAdapterOffset(Allocation alloc, const hidl_vec<uint32_t>& offsets) { in allocationAdapterOffset()