Home
last modified time | relevance | path

Searched refs:flush (Results 1 – 25 of 58) sorted by relevance

123

/system/libhidl/base/
DHidlInternal.cpp105 void (*flush)() = (void (*)())dlsym(handle, "__gcov_flush"); in HidlInstrumentor() local
106 if (flush == nullptr) { in HidlInstrumentor()
109 flush(); in HidlInstrumentor()
/system/media/audio_utils/include/audio_utils/
Dfifo.h99 int32_t diff(uint32_t rear, uint32_t front, size_t *lost = NULL, bool flush = false) const;
487 bool flush = false);
573 ssize_t flush(size_t *lost = NULL);
/system/chre/platform/include/chre/platform/
Dplatform_sensor_manager.h140 bool flush(const Sensor &sensor, uint32_t *flushRequestId);
/system/sepolicy/build/
Dfile_utils.py49 tmp_output.flush()
/system/chre/platform/shared/
Dplatform_sensor_manager.cc116 bool PlatformSensorManager::flush(const Sensor &sensor, in flush() function in chre::PlatformSensorManager
120 success = mSensorApi->flush(sensor.getSensorHandle(), flushRequestId); in flush()
/system/chre/pal/include/chre/pal/
Dsensor.h284 bool (*flush)(uint32_t sensorInfoIndex, uint32_t *flushRequestId); member
/system/media/audio_utils/
Dfifo.cpp70 int32_t audio_utils_fifo_base::diff(uint32_t rear, uint32_t front, size_t *lost, bool flush) const in diff()
101 *lost = diff - (flush ? 0 : mFrameCount) - mFudgeFactor * (genDiff/mFrameCountP2); in diff()
116 *lost = diff - (flush ? 0 : mFrameCount); in diff()
428 bool flush) : in audio_utils_fifo_reader() argument
440 mFlush(flush), in audio_utils_fifo_reader()
652 ssize_t audio_utils_fifo_reader::flush(size_t *lost) in flush() function in audio_utils_fifo_reader
/system/extras/ANRdaemon/
DANRdaemon.cpp276 int result, flush; in dump_trace() local
290 flush = Z_NO_FLUSH; in dump_trace()
303 flush = Z_FINISH; in dump_trace()
322 } while ((result = deflate(&zs, flush)) == Z_OK); in dump_trace()
/system/bt/gd/hal/
Dsnoop_logger.cc212 btsnoop_ostream_.flush(); in CloseCurrentSnoopLogFile()
245 if (!btsnoop_ostream_.flush()) { in OpenNextSnoopLogFile()
311 if (!btsnoop_ostream_.flush()) { in Capture()
352 if (!btsnooz_ostream.flush()) { in DumpSnoozLogToFile()
/system/media/audio_utils/tests/
Dsimplelog_tests.cpp68 std::cout << slog->dumpToString() << std::flush; in TEST()
/system/nfc/src/nfc/llcp/
Dllcp_dlc.cc381 bool flush; in llcp_dlsm_connected() local
389 flush = *(bool*)(p_data); in llcp_dlsm_connected()
395 if ((flush) || ((p_dlcb->i_xmit_q.count == 0) && in llcp_dlsm_connected()
1064 bool flush = true; in llcp_dlc_proc_rr_rnr_pdu() local
1151 llcp_dlsm_execute(p_dlcb, LLCP_DLC_EVENT_API_DISCONNECT_REQ, &flush); in llcp_dlc_proc_rr_rnr_pdu()
1233 bool flush = true; in llcp_dlc_check_to_send_rr_rnr() local
1258 LLCP_DLC_EVENT_API_DISCONNECT_REQ, &flush); in llcp_dlc_check_to_send_rr_rnr()
1297 bool flush = true; in llcp_dlc_get_next_pdu() local
1334 llcp_dlsm_execute(p_dlcb, LLCP_DLC_EVENT_API_DISCONNECT_REQ, &flush); in llcp_dlc_get_next_pdu()
/system/bt/gd/rust/hal/src/
Dsnoop.rs286 if file.flush().await.is_err() { in log()
296 file.flush().await.ok(); in close_file()
310 if file.flush().await.is_err() { in open_next_file()
/system/nfc/src/nfa/include/
Dnfa_snep_int.h128 bool flush; /* TRUE if discard pending data */ member
Dnfa_p2p_api.h295 extern tNFA_STATUS NFA_P2pDisconnect(tNFA_HANDLE conn_handle, bool flush);
Dnfa_p2p_int.h105 bool flush; member
/system/extras/verity/
Dbuild_verity_metadata.py53 table_file.flush()
/system/nfc/src/nfa/p2p/
Dnfa_p2p_api.cc310 tNFA_STATUS NFA_P2pDisconnect(tNFA_HANDLE handle, bool flush) { in NFA_P2pDisconnect() argument
315 << StringPrintf("handle:0x%02X, flush=%d", handle, flush); in NFA_P2pDisconnect()
336 p_msg->flush = flush; in NFA_P2pDisconnect()
/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/
DConfig.java92 pw.flush(); in saveConfiguration()
/system/timezone/input_tools/android/zone_compactor/main/java/
DZoneCompactor.java72 out.flush(); in copyFile()
/system/bt/audio_hal_interface/
Dle_audio_software.cc54 LeAudioTransport(void (*flush)(void), StreamCallbacks stream_cb, in LeAudioTransport()
56 : flush_(std::move(flush)), in LeAudioTransport()
/system/extras/tests/kernel.config/
Daslr_test.cpp51 bo_file << str_val << std::flush; in set_mmap_rnd_bits()
/system/bt/vendor_libs/test_vendor_lib/model/devices/
Dscripted_beacon.cc119 events_ostream_.flush(); in set_state()
/system/chre/platform/slpi/include/chre/platform/slpi/see/
Dsee_helper.h254 bool flush(uint8_t sensorType);
/system/nfc/src/nfc/include/
Dllcp_api.h562 bool flush);
/system/extras/ext4_utils/
Dmkuserimg_mke2fs.py237 conf_file.flush()

123