/external/chromium_org/media/audio/pulse/ |
pulse_unified.cc | 149 void PulseAudioUnifiedStream::WriteData(size_t requested_bytes) { 150 CHECK_EQ(requested_bytes, static_cast<size_t>(params_.GetBytesPerBuffer())); 156 output_stream_, &buffer, &requested_bytes), 0); 160 fifo_->Read(input_data_buffer_.get(), requested_bytes); 182 if (pa_stream_write(output_stream_, buffer, requested_bytes, NULL, 0LL,
|
pulse_output.h | 61 void FulfillWriteRequest(size_t requested_bytes);
|
pulse_unified.h | 47 void WriteData(size_t requested_bytes);
|
pulse_output.cc | 119 void PulseAudioOutputStream::FulfillWriteRequest(size_t requested_bytes) { 120 int bytes_remaining = requested_bytes;
|
/external/chromium_org/v8/src/ |
heap.h | 622 // Returns Failure::RetryAfterGC(requested_bytes, space) if the allocation [all...] |
/external/v8/src/ |
heap.h | 526 // Returns Failure::RetryAfterGC(requested_bytes, space) if the allocation 557 // Returns Failure::RetryAfterGC(requested_bytes, space) if the allocation 568 // Returns Failure::RetryAfterGC(requested_bytes, space) if the allocation 574 // Returns Failure::RetryAfterGC(requested_bytes, space) if the allocation 602 // Returns Failure::RetryAfterGC(requested_bytes, space) if the allocation 609 // Returns Failure::RetryAfterGC(requested_bytes, space) if the allocation 615 // Returns Failure::RetryAfterGC(requested_bytes, space) if the allocation 666 // Returns Failure::RetryAfterGC(requested_bytes, space) if the allocation [all...] |
/bionic/libc/bionic/ |
malloc_debug_qemu.cpp | 91 uint32_t requested_bytes; member in struct:MallocDesc 379 return desc->prefix_size + desc->requested_bytes + desc->suffix_size; 540 desc->requested_bytes, desc->suffix_size, desc->allocator_pid, 555 desc->requested_bytes; 683 desc.requested_bytes = bytes; 789 desc.requested_bytes = n_elements * elem_size; 790 size_t total_size = desc.requested_bytes + desc.prefix_size + desc.suffix_size; [all...] |
/external/qemu/memcheck/ |
memcheck_util.c | 209 (uint32_t)mallocdesc_get_user_ptr(desc) + desc->requested_bytes, 210 desc->requested_bytes);
|
memcheck_common.h | 91 uint32_t requested_bytes; member in struct:MallocDesc 303 return desc->prefix_size + desc->requested_bytes + desc->suffix_size; 329 return mallocdesc_get_user_ptr(desc) + desc->requested_bytes;
|
memcheck_malloc_map.c | 146 adesc.desc.malloc_desc.requested_bytes = block_size;
|