Searched refs:writeInplace (Results 1 - 4 of 4) sorted by relevance

/system/security/keystore/
H A DKeystoreArguments.cpp54 void* buf = out->writeInplace(keyLength);
/system/core/gatekeeperd/
H A DIGateKeeperService.cpp64 void *buf = reply->writeInplace(outSize);
135 void *buf = reply->writeInplace(outSize);
/system/libhwbinder/include/hwbinder/
H A DParcel.h82 void* writeInplace(size_t len);
/system/libhwbinder/
H A DParcel.cpp556 void* const d = writeInplace(len);
564 void* Parcel::writeInplace(size_t len) function in class:android::hardware::Parcel
710 uint8_t* data = (uint8_t*)writeInplace(len+sizeof(char16_t));

Completed in 7455 milliseconds