HomeSort by relevance Sort by last modified time
    Searched defs:read_pending (Results 1 - 3 of 3) sorted by null

  /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

Completed in 192 milliseconds