HomeSort by relevance Sort by last modified time
    Searched refs:write_pending (Results 1 - 5 of 5) sorted by null

  /hardware/qcom/audio/legacy/alsa_sound/
AudioStreamOutALSA.cpp 121 int write_pending = bytes; local
239 if (write_pending < period_size) {
240 write_pending = period_size;
277 write_pending -= period_size;
  /external/libnfc-nxp/src/
phLlcNfc_Interface.c 239 if ((TRUE == psLlcCtxt->s_frameinfo.write_pending) ||
264 psLlcCtxt->s_frameinfo.write_pending = TRUE;
303 ps_llc_ctxt->s_frameinfo.write_pending = FALSE;
316 PH_LLCNFC_DEBUG("WRITE PENDING : 0x%02X\n", ps_frame_info->write_pending);
718 else if (TRUE == ps_llc_ctxt->s_frameinfo.write_pending)
    [all...]
phLlcNfc_DataTypes.h 582 uint8_t write_pending; member in struct:phLlcNfc_Frame
phLlcNfc.c 412 if ((TRUE != ps_frame_info->write_pending) &&
phLlcNfc_Frame.c     [all...]

Completed in 193 milliseconds