Searched refs:wrap (Results 1 – 10 of 10) sorted by relevance
/system/chre/build/arch/ |
D | hexagon.mk | 41 TARGET_SO_LDFLAGS += --wrap=malloc 42 TARGET_SO_LDFLAGS += --wrap=calloc 43 TARGET_SO_LDFLAGS += --wrap=free 44 TARGET_SO_LDFLAGS += --wrap=realloc 45 TARGET_SO_LDFLAGS += --wrap=memalign 46 TARGET_SO_LDFLAGS += --wrap=__stack_chk_fail
|
/system/chre/util/include/chre/util/ |
D | dynamic_vector.h | 254 void wrap(ElementType *array, size_t elementCount);
|
D | dynamic_vector_impl.h | 261 void DynamicVector<ElementType>::wrap(ElementType *array, size_t elementCount) { in wrap() function
|
/system/chre/util/tests/ |
D | dynamic_vector_test.cc | 470 vector.wrap(array, ARRAY_SIZE(array)); in TEST() 491 vector.wrap(array, ARRAY_SIZE(array)); in TEST() 717 vector.wrap(buf, kSize); in TEST() 750 vector1.wrap(buf, kSize); in TEST() 772 vec.wrap(buf, kSize); in TEST()
|
/system/chre/core/ |
D | host_comms_manager.cc | 54 msgToHost->message.wrap(static_cast<uint8_t *>(messageData), messageSize); in sendMessageToHostFromCurrentNanoapp()
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 125 /// (root type), so we must wrap it in a table.
|
/system/extras/verity/ |
D | BootSignature.java | 195 ByteBuffer image = ByteBuffer.wrap(data); in getSignableImageSize()
|
/system/media/camera/docs/ |
D | html.mako | 41 table { border-collapse:collapse; table-layout: fixed; width: 100%; word-wrap: break-word }
|
/system/core/fastboot/ |
D | README.md | 289 These packets wrap the fastboot protocol. To write, the host will
|
/system/tpm/trunks/generator/ |
D | raw_commands_fixed.txt | 7035 innerKeySize = 0; // encrypt key size for inner wrap 7141 // Get inner wrap key size 7550 // No outer wrap from input blob. 8072 // Get inner wrap key size 30444 Clock may wrap around.
|