/system/libhidl/base/ |
D | HidlInternal.cpp | 105 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/ |
D | fifo.h | 99 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/ |
D | platform_sensor_manager.h | 140 bool flush(const Sensor &sensor, uint32_t *flushRequestId);
|
/system/sepolicy/build/ |
D | file_utils.py | 49 tmp_output.flush()
|
/system/chre/platform/shared/ |
D | platform_sensor_manager.cc | 116 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/ |
D | sensor.h | 284 bool (*flush)(uint32_t sensorInfoIndex, uint32_t *flushRequestId); member
|
/system/media/audio_utils/ |
D | fifo.cpp | 70 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/ |
D | ANRdaemon.cpp | 276 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/ |
D | snoop_logger.cc | 212 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/ |
D | simplelog_tests.cpp | 68 std::cout << slog->dumpToString() << std::flush; in TEST()
|
/system/nfc/src/nfc/llcp/ |
D | llcp_dlc.cc | 381 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/ |
D | snoop.rs | 286 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/ |
D | nfa_snep_int.h | 128 bool flush; /* TRUE if discard pending data */ member
|
D | nfa_p2p_api.h | 295 extern tNFA_STATUS NFA_P2pDisconnect(tNFA_HANDLE conn_handle, bool flush);
|
D | nfa_p2p_int.h | 105 bool flush; member
|
/system/extras/verity/ |
D | build_verity_metadata.py | 53 table_file.flush()
|
/system/nfc/src/nfa/p2p/ |
D | nfa_p2p_api.cc | 310 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/ |
D | Config.java | 92 pw.flush(); in saveConfiguration()
|
/system/timezone/input_tools/android/zone_compactor/main/java/ |
D | ZoneCompactor.java | 72 out.flush(); in copyFile()
|
/system/bt/audio_hal_interface/ |
D | le_audio_software.cc | 54 LeAudioTransport(void (*flush)(void), StreamCallbacks stream_cb, in LeAudioTransport() 56 : flush_(std::move(flush)), in LeAudioTransport()
|
/system/extras/tests/kernel.config/ |
D | aslr_test.cpp | 51 bo_file << str_val << std::flush; in set_mmap_rnd_bits()
|
/system/bt/vendor_libs/test_vendor_lib/model/devices/ |
D | scripted_beacon.cc | 119 events_ostream_.flush(); in set_state()
|
/system/chre/platform/slpi/include/chre/platform/slpi/see/ |
D | see_helper.h | 254 bool flush(uint8_t sensorType);
|
/system/nfc/src/nfc/include/ |
D | llcp_api.h | 562 bool flush);
|
/system/extras/ext4_utils/ |
D | mkuserimg_mke2fs.py | 237 conf_file.flush()
|