Searched defs:flush (Results 1 - 13 of 13) sorted by relevance

/system/media/audio_utils/tests/
H A Dsimplelog_tests.cpp65 std::cout << slog->dumpToString() << std::flush; member in class:std
/system/core/toolbox/upstream-netbsd/bin/dd/
H A Dmisc.c165 buffer_write(const char *str, size_t size, int flush) argument
182 if (flush != 0) {
307 /* flush buffer */
/system/extras/tests/kernel.config/
H A Daslr_test.cpp51 bo_file << str_val << std::flush; member in class:std
/system/media/audio_utils/
H A Dfifo.cpp68 int32_t audio_utils_fifo_base::diff(uint32_t rear, uint32_t front, size_t *lost, bool flush) const
99 *lost = diff - (flush ? 0 : mFrameCount) - mFudgeFactor * (genDiff/mFrameCountP2);
114 *lost = diff - (flush ? 0 : mFrameCount);
410 bool flush) :
422 mFlush(flush),
624 ssize_t audio_utils_fifo_reader::flush(size_t *lost) function in class:audio_utils_fifo_reader
409 audio_utils_fifo_reader(audio_utils_fifo& fifo, bool throttlesWriter, bool flush) argument
/system/nfc/src/nfa/p2p/
H A Dnfa_p2p_api.c304 ** discard any pending data on data link connection if flush is
315 tNFA_STATUS NFA_P2pDisconnect(tNFA_HANDLE handle, bool flush) { argument
319 P2P_TRACE_API2("NFA_P2pDisconnect (): handle:0x%02X, flush=%d", handle,
320 flush);
341 p_msg->flush = flush;
599 ** Description This function is called to flush data on connectionless
771 ** Description This function is called to flush data on connection-oriented
/system/nfc/src/nfc/llcp/
H A Dllcp_dlc.c253 /* stop timer, flush any pending data in queue and deallocate control
342 /* stop timer, flush any pending data in queue and deallocate control
381 bool flush; local
389 flush = *(bool*)(p_data);
395 if ((flush) || ((p_dlcb->i_xmit_q.count == 0) &&
1069 bool flush = true; local
1153 llcp_dlsm_execute(p_dlcb, LLCP_DLC_EVENT_API_DISCONNECT_REQ, &flush);
1240 bool flush = true; local
1265 LLCP_DLC_EVENT_API_DISCONNECT_REQ, &flush);
1304 bool flush local
[all...]
H A Dllcp_api.c1272 ** discard any pending data if flush is set to TRUE
1278 bool flush) {
1283 "LLCP_DisconnectReq () Local SAP:0x%x, Remote SAP:0x%x, flush=%d",
1284 local_sap, remote_sap, flush);
1290 llcp_dlsm_execute(p_dlcb, LLCP_DLC_EVENT_API_DISCONNECT_REQ, &flush);
1277 LLCP_DisconnectReq(uint8_t local_sap, uint8_t remote_sap, bool flush) argument
/system/nfc/src/nfa/int/
H A Dnfa_snep_int.h133 bool flush; /* TRUE if discard pending data */ member in struct:__anon2315
H A Dnfa_p2p_int.h107 bool flush; member in struct:__anon2272
/system/extras/ANRdaemon/
H A DANRdaemon.cpp289 int result, flush; local
303 flush = Z_NO_FLUSH;
316 flush = Z_FINISH;
335 } while ((result = deflate(&zs, flush)) == Z_OK);
/system/bt/service/client/
H A Dmain.cc121 void PrintPrompt() { cout << COLOR_BLUE "[FCLI] " COLOR_OFF << flush; } local
138 std::flush(cout);
/system/core/logd/tests/
H A Dlogd_test.cpp247 std::cout << std::flush; member in class:std
248 std::cerr << std::flush; member in class:std
858 // flush will block if we did not trigger. if it did, last entry returns 0
/system/bt/bta/av/
H A Dbta_av_int.h239 bool flush; member in struct:__anon41

Completed in 237 milliseconds