HomeSort by relevance Sort by last modified time
    Searched refs:write_buffer (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /development/host/windows/usb/api/
adb_api_legacy.h 152 /// Provides access to protected write_buffer field
154 return write_buffer;
157 /// Provides access to protected write_buffer field
159 return write_buffer;
162 /// Sets write_buffer field.
165 // driver will see valid address when accessing 64-bit write_buffer.
167 write_buffer = buffer;
176 /// process to a 64-bit driver, write_buffer will be valid 64-bit pointer to
178 /// If, however, a 32-bit app is talking to 64-bit driver, then write_buffer
185 void* write_buffer; member in union:AdbBulkTransfer::__anon1166
    [all...]
  /external/compiler-rt/lib/profile/
GCDAProfiling.c 77 static char *write_buffer = NULL; variable
116 write_buffer = realloc(write_buffer, size);
122 memcpy(&write_buffer[cur_pos], s, len);
151 val = *(uint32_t*)&write_buffer[cur_pos];
162 val = *(uint64_t*)&write_buffer[cur_pos];
235 write_buffer = mmap(0, file_size, PROT_READ | PROT_WRITE,
237 if (write_buffer == (void *)-1) {
247 if (msync(write_buffer, file_size, MS_SYNC) == -1) {
256 (void)munmap(write_buffer, file_size)
    [all...]
  /external/compiler-rt/test/profile/
instrprof-without-libc.c 18 int write_buffer(uint64_t, const char *);
  /external/chromium_org/net/socket/
tcp_server_socket_unittest.cc 218 scoped_refptr<net::IOBufferWithSize> write_buffer(
220 memmove(write_buffer->data(), message.data(), message.size());
224 write_buffer.get(), write_buffer->size(), write_callback.callback());
tcp_socket_unittest.cc 253 scoped_refptr<IOBufferWithSize> write_buffer(
255 memmove(write_buffer->data(), message.data() + bytes_written,
260 write_buffer.get(), write_buffer->size(), write_callback.callback());
  /external/chromium_org/device/bluetooth/
bluetooth_socket_chromeos_unittest.cc 205 scoped_refptr<net::StringIOBuffer> write_buffer(
208 socket->Send(write_buffer.get(), write_buffer->size(),
217 EXPECT_EQ(last_bytes_sent_, write_buffer->size());
268 write_buffer = new net::StringIOBuffer("second test");
270 socket->Send(write_buffer.get(), write_buffer->size(),
  /external/chromium_org/mojo/system/
raw_channel_win.cc 121 scoped_ptr<WriteBuffer> write_buffer);
174 scoped_ptr<WriteBuffer> write_buffer) OVERRIDE;
271 scoped_ptr<WriteBuffer> write_buffer) {
280 preserved_write_buffer_after_detach_ = write_buffer.Pass();
534 scoped_ptr<WriteBuffer> write_buffer) {
552 io_handler_->DetachFromOwnerNoLock(read_buffer.Pass(), write_buffer.Pass());
multiprocess_message_pipe_unittest.cc 184 std::string write_buffer = read_buffer + read_buffer; local
186 write_buffer.data(),
187 static_cast<uint32_t>(write_buffer.size()),
244 std::string write_buffer(i, 'A' + (i % 26));
247 write_buffer.data(),
248 static_cast<uint32_t>(write_buffer.size()),
raw_channel.h 275 scoped_ptr<WriteBuffer> write_buffer) = 0;
  /development/ndk/platforms/android-3/include/linux/
binder.h 49 unsigned long write_buffer; member in struct:binder_write_read
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
binder.h 49 unsigned long write_buffer; member in struct:binder_write_read
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
binder.h 49 unsigned long write_buffer; member in struct:binder_write_read
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
binder.h 49 unsigned long write_buffer; member in struct:binder_write_read
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
binder.h 49 unsigned long write_buffer; member in struct:binder_write_read
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
binder.h 49 unsigned long write_buffer; member in struct:binder_write_read
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
binder.h 49 unsigned long write_buffer; member in struct:binder_write_read
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
binder.h 49 unsigned long write_buffer; member in struct:binder_write_read
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
binder.h 49 unsigned long write_buffer; member in struct:binder_write_read
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
binder.h 49 unsigned long write_buffer; member in struct:binder_write_read
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
binder.h 49 unsigned long write_buffer; member in struct:binder_write_read
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
binder.h 49 unsigned long write_buffer; member in struct:binder_write_read
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
binder.h 49 unsigned long write_buffer; member in struct:binder_write_read
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
binder.h 49 unsigned long write_buffer; member in struct:binder_write_read
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
binder.h 49 unsigned long write_buffer; member in struct:binder_write_read
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
binder.h 49 unsigned long write_buffer; member in struct:binder_write_read

Completed in 524 milliseconds

1 2 3 4