OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:read_pending
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/content/browser/renderer_host/p2p/
socket_host_test_utils.h
39
bool
read_pending
() const { return read_pending_; }
function in class:FakeSocket
/external/chromium_org/remoting/protocol/
fake_session.h
53
bool
read_pending
() const { return read_pending_; }
function in class:remoting::protocol::FakeSocket
/hardware/qcom/audio/legacy/alsa_sound/
AudioStreamInALSA.cpp
326
int
read_pending
= bytes;
local
367
read_pending
= SSR_INPUT_FRAME_SIZE - mSurroundInputBufferIdx;
369
while (mHandle->handle &&
read_pending
> 0) {
382
read_pending
-= period_samples;
399
if (
read_pending
< 0) {
402
(-
read_pending
) * sizeof(Word16));
404
mSurroundInputBufferIdx = -
read_pending
;
421
if (
read_pending
< period_size) {
422
read_pending
= period_size;
457
read_pending
-= period_size
[
all
...]
/external/chromium/net/socket/
socket_test_util.h
662
bool
read_pending
() const { return read_pending_; }
function in class:net::DeterministicMockTCPClientSocket
[
all
...]
/external/libnfc-nxp/src/
phLlcNfc_DataTypes.h
579
uint8_t
read_pending
;
member in struct:phLlcNfc_Frame
/external/chromium_org/net/socket/
socket_test_util.h
792
bool
read_pending
() const { return read_pending_; }
function in class:net::DeterministicSocketHelper
[
all
...]
Completed in 310 milliseconds