Searched defs:Write (Results 1 - 9 of 9) sorted by relevance

/frameworks/compile/libbcc/bcinfo/Wrap/
H A Dwrapper_output.cpp19 bool WrapperOutput::Write(const uint8_t* buffer, size_t buffer_size) { function in class:WrapperOutput
22 if (!Write(buffer[i])) return false;
H A Dfile_wrapper_output.cpp34 bool FileWrapperOutput::Write(uint8_t byte) { function in class:FileWrapperOutput
38 bool FileWrapperOutput::Write(const uint8_t* buffer, size_t buffer_size) { function in class:FileWrapperOutput
/frameworks/base/core/java/android/annotation/
H A DRequiresPermission.java54 * {@literal @}RequiresPermission.Write(@RequiresPermission(WRITE_HISTORY_BOOKMARKS))
134 @interface Write { interface in interface:RequiresPermission
/frameworks/support/annotations/src/android/support/annotation/
H A DRequiresPermission.java52 * @RequiresPermission.Write(@RequiresPermission(WRITE_HISTORY_BOOKMARKS))
130 @interface Write { interface in interface:RequiresPermission
/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
H A DBCHeaderField.h48 bool Write(uint8_t* buf, size_t buf_len) { function in class:BCHeaderField
/frameworks/native/services/vr/virtual_touchpad/
H A DEvdevInjector.cpp29 int EvdevInjector::UInput::Write(const void* buf, size_t count) { function in class:android::dvr::EvdevInjector::UInput
30 ALOGV("UInput::Write(%zu, %02X...)", count, *static_cast<const char*>(buf));
197 // Write out device settings.
198 if (const int status = uinput_->Write(&uidev_, sizeof uidev_)) {
221 if (const int status = uinput_->Write(&event, sizeof(event))) {
/frameworks/native/include/media/openmax/
H A DOMX_ContentPipe.h193 /** Write data of the specified size to the content (advance content pointer by size of data).
195 CPresult (*Write)( CPhandle hContent, CPbyte *data, CPuint nSize); member in struct:CP_PIPETYPE
/frameworks/native/libs/vr/libpdx/
H A Dservice.cpp147 Status<size_t> Message::Write(const void* buffer, size_t length) { function in class:android::pdx::Message
148 PDX_TRACE_NAME("Message::Write");
622 message.Write(response.data(), response_size);
/frameworks/native/libs/vr/libpdx_default_transport/
H A Dpdx_benchmarks.cpp143 Write, member in struct:__anon1763::BenchmarkOps
217 ProgramOptions.opcode = BenchmarkOps::Write;
262 case BenchmarkOps::Write: {
417 int Write(const void* buffer, size_t length) { function in class:BenchmarkClient
418 ATRACE_NAME("BenchmarkClient::Write");
419 VLOG(1) << "BenchmarkClient::Write: buffer=" << buffer
423 transaction.Send<int>(BenchmarkOps::Write, buffer, length, nullptr, 0));
687 case BenchmarkOps::Write: {
689 client->Write(send_buffer.data(), send_buffer.size());

Completed in 8585 milliseconds