Home
last modified time | relevance | path

Searched defs:flush (Results 1 – 17 of 17) sorted by relevance

/system/nfc/src/nfc/llcp/
Dllcp_dlc.cc381 bool flush; in llcp_dlsm_connected() local
1057 bool flush = true; in llcp_dlc_proc_rr_rnr_pdu() local
1226 bool flush = true; in llcp_dlc_check_to_send_rr_rnr() local
1290 bool flush = true; in llcp_dlc_get_next_pdu() local
Dllcp_api.cc1242 bool flush) { in LLCP_DisconnectReq()
/system/chre/test/simulation/inc/
Dtest_event_queue.h124 void flush() { in flush() function
/system/media/audio_utils/include/audio_utils/
Dhal_smoothness.h100 int (*flush)(struct hal_smoothness *smoothness); member
/system/chre/pal/include/chre/pal/
Dsensor.h289 bool (*flush)(uint32_t sensorInfoIndex, uint32_t *flushRequestId); member
/system/chre/platform/shared/sensor_pal/
Dplatform_sensor_manager.cc116 bool PlatformSensorManager::flush(const Sensor &sensor, in flush() function in chre::PlatformSensorManager
/system/media/audio_utils/
Dhal_smoothness.c126 static int flush(struct hal_smoothness *smoothness) { in flush() function
Dfifo.cpp428 bool 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/media/audio_utils/tests/
Dhal_smoothness_tests.cpp299 TEST_F(HalSmoothnessTest, flush) { in TEST_F() argument
/system/nfc/src/nfa/p2p/
Dnfa_p2p_api.cc310 tNFA_STATUS NFA_P2pDisconnect(tNFA_HANDLE handle, bool flush) { in NFA_P2pDisconnect()
/system/extras/ANRdaemon/
DANRdaemon.cpp276 int result, flush; in dump_trace() local
/system/security/keystore2/test_utils/
Drun_as.rs83 fn flush(&mut self) -> std::io::Result<()> { in flush() method
/system/nfc/src/nfa/include/
Dnfa_snep_int.h128 bool flush; /* TRUE if discard pending data */ member
Dnfa_p2p_int.h105 bool flush; member
/system/chre/platform/slpi/see/
Dplatform_sensor_manager.cc829 bool PlatformSensorManager::flush(const Sensor &sensor, in flush() function in chre::PlatformSensorManager
Dsee_helper.cc1781 bool SeeHelper::flush(uint8_t sensorType) { in flush() function in chre::SeeHelper
/system/nfc/src/fuzzers/integration/
Dnfc_integration_fuzzer.proto76 optional bool flush = 2; field