HomeSort by relevance Sort by last modified time
    Searched refs:buffer (Results 2101 - 2125 of 9401) sorted by null

<<81828384858687888990>>

  /device/generic/goldfish/camera/
EmulatedFakeCameraDevice.h 80 /* Gets current preview fame into provided buffer. */
81 status_t getPreviewFrame(void* buffer);
103 /* Draws a black and white checker board in the current frame buffer. */
106 /* Draws a square of the given color in the current frame buffer.
108 * x, y - Coordinates of the top left corner of the square in the buffer.
  /device/lge/hammerhead/camera/hdr/include/
morpho_noise_reduction.h 66 * @param[out] buffer ?m?C?Y????????????????????|?C???^
73 void *buffer,
  /device/lge/mako/camera/hdr/include/
morpho_noise_reduction.h 66 * @param[out] buffer ?m?C?Y????????????????????|?C???^
73 void *buffer,
  /external/apache-http/src/org/apache/http/impl/
AbstractHttpClientConnection.java 106 final SessionInputBuffer buffer,
110 return new HttpResponseParser(buffer, null, responseFactory, params);
114 final SessionOutputBuffer buffer,
117 return new HttpRequestWriter(buffer, null, params);
125 throw new IllegalArgumentException("Input session buffer may not be null");
128 throw new IllegalArgumentException("Output session buffer may not be null");
AbstractHttpServerConnection.java 105 final SessionInputBuffer buffer,
109 return new HttpRequestParser(buffer, null, requestFactory, params);
113 final SessionOutputBuffer buffer,
116 return new HttpResponseWriter(buffer, null, params);
125 throw new IllegalArgumentException("Input session buffer may not be null");
128 throw new IllegalArgumentException("Output session buffer may not be null");
  /external/arduino/hardware/arduino/cores/arduino/
Print.h 42 virtual void write(const uint8_t *buffer, size_t size);
  /external/bluetooth/bluedroid/btif/include/
btif_sock_util.h 61 int sock_send_fd(int sock_fd, const uint8_t* buffer, int len, int send_fd);
  /external/chromium_org/base/
async_socket_io_handler.h 74 bool Read(char* buffer, int buffer_len);
  /external/chromium_org/base/process/
internal_linux.h 37 // Reads /proc/<pid>/stat into |buffer|. Returns true if the file can be read
39 bool ReadProcStats(pid_t pid, std::string* buffer);
  /external/chromium_org/base/strings/
stringprintf.cc 18 // is the size of the buffer. These return the number of characters in the
19 // formatted string excluding the NUL terminator. If the buffer is not
23 inline int vsnprintfT(char* buffer,
27 return base::vsnprintf(buffer, buf_size, format, argptr);
31 inline int vsnprintfT(wchar_t* buffer,
35 return base::vswprintf(buffer, buf_size, format, argptr);
45 // First try with a small fixed size buffer.
46 // This buffer size should be kept in sync with StringUtilTest.GrowBoundary
65 // Repeatedly increase buffer size until it fits.
72 // wrong and no amount of buffer-doubling is going to fix it
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_file_stream_reader.h 43 virtual int Read(net::IOBuffer* buffer, int buffer_length,
65 virtual int Read(net::IOBuffer* buffer, int buffer_length,
99 virtual int Read(net::IOBuffer* buffer, int buffer_length,
169 // Reads the data into |buffer| at most |buffer_length|, and returns
176 // Neither |buffer| nor |callback| must be null.
177 int Read(net::IOBuffer* buffer, int buffer_length,
local_file_reader.h 43 // Reads the file and copies the data into |buffer|. |buffer_length|
44 // is the length of |buffer|.
47 void Read(net::IOBuffer* buffer,
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
read_file.h 38 scoped_refptr<net::IOBuffer> buffer,
write_file.h 38 scoped_refptr<net::IOBuffer> buffer,
  /external/chromium_org/chrome/browser/copresence/
chrome_whispernet_client_browsertest.cc 35 std::string buffer; local
36 buffer.resize(source->frames() * source->channels() * sizeof(float));
37 float* buffer_view = reinterpret_cast<float*>(string_as_array(&buffer));
45 return buffer;
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
readahead_file_stream_reader.h 14 // Wraps a source FileStreamReader with a readahead buffer.
34 // Reads into a new buffer from the source reader. This calls
38 void OnFinishReadFromSource(net::IOBuffer* buffer, int result);
52 // The read buffer waiting for the source FileStreamReader to finish
  /external/chromium_org/chrome/browser/policy/
policy_path_parser_win.cc 115 LPWSTR buffer = NULL; local
119 &buffer, &buffer_length)) {
120 std::wstring clientname_string(buffer);
122 ::WTSFreeMemory(buffer);
  /external/chromium_org/chrome/utility/image_writer/
image_writer.cc 116 scoped_ptr<char, base::AlignedFreeDeleter> buffer(static_cast<char*>(
118 memset(buffer.get(), 0, kBurningBlockSize);
120 int bytes_read = image_file_.Read(bytes_processed_, buffer.get(),
130 device_file_.Write(bytes_processed_, buffer.get(), bytes_to_write);
  /external/chromium_org/chrome/utility/media_galleries/
image_metadata_extractor.h 68 const scoped_refptr<net::DrainableIOBuffer>& buffer);
  /external/chromium_org/chromecast/media/cma/base/
mock_frame_consumer.h 39 void OnNewFrame(const scoped_refptr<DecoderBufferBase>& buffer,
54 // |last_read_aborted_by_flush_| indicates whether the last buffer request
  /external/chromium_org/content/browser/
byte_stream.h 83 // scoped_ptr<net::IOBuffer> buffer;
86 // if (!writer->Write(buffer, buffer_length)) {
123 // Inverse of the fraction of the stream buffer that must be full before
131 // on data. Takes ownership of |buffer|.
132 virtual bool Write(scoped_refptr<net::IOBuffer> buffer,
136 // regardless if buffer filling rate is greater than
164 // Inverse of the fraction of the stream buffer that must be empty before
  /external/chromium_org/content/browser/device_sensors/
data_fetcher_shared_memory.h 33 virtual bool Start(ConsumerType consumer_type, void* buffer) OVERRIDE;
data_fetcher_shared_memory_base.h 25 // Starts updating the shared memory buffer with sensor data at
30 // Stops updating the shared memory buffer. Returns true if the
79 virtual bool Start(ConsumerType consumer_type, void* buffer) = 0;
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_tcp.cc 226 // Setting socket send and receive buffer size.
228 LOG(WARNING) << "Failed to set socket receive buffer size to "
233 LOG(WARNING) << "Failed to set socket send buffer size to "
285 // remaining capacity in the read buffer. Normally all packets
363 scoped_refptr<net::DrainableIOBuffer>& buffer) {
366 write_queue_.push(buffer);
368 IncrementDelayedBytes(buffer->size());
372 write_buffer_ = buffer;
445 // We've consumed all complete packets from the buffer; now move any remaining
446 // bytes to the head of the buffer and set offset to reflect this
500 scoped_refptr<net::DrainableIOBuffer> buffer = local
574 scoped_refptr<net::DrainableIOBuffer> buffer = local
    [all...]
  /external/chromium_org/content/child/webcrypto/nss/
aes_key_nss.cc 116 std::vector<uint8_t>* buffer) const {
117 *buffer = SymKeyNss::Cast(key)->raw_key_data();
122 std::vector<uint8_t>* buffer) const {
130 buffer); local

Completed in 1737 milliseconds

<<81828384858687888990>>