/system/chre/platform/linux/ |
D | pal_ble.cc | 67 void flush() { in flush() function 123 flush, std::chrono::duration_cast<std::chrono::nanoseconds>( in startScan() 166 flush(); in chrePalBleStartScan() 172 flush(); in chrePalBleStopScan() 204 flush(); in chrePalBleFlush() 262 .flush = chrePalBleFlush, in chrePalBleGetApi()
|
D | pal_sensor.cc | 192 .flush = chrePalSensorApiFlush, in chrePalSensorGetApi()
|
/system/media/audio_utils/ |
D | hal_smoothness.c | 126 static int flush(struct hal_smoothness *smoothness) { in flush() function 168 flush(smoothness); in increment_total_writes() 205 smoothness_meta->itfe.flush = flush; in hal_smoothness_initialize()
|
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/media/audio_utils/include/audio_utils/ |
D | fifo.h | 100 int32_t diff(uint32_t rear, uint32_t front, size_t *lost = NULL, bool flush = false) const; 488 bool flush = false); 574 ssize_t flush(size_t *lost = NULL);
|
D | hal_smoothness.h | 100 int (*flush)(struct hal_smoothness *smoothness); member
|
/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/sensor_pal/ |
D | platform_sensor_manager.cc | 122 bool PlatformSensorManager::flush(const Sensor &sensor, in flush() function in chre::PlatformSensorManager 126 success = mSensorApi->flush(sensor.getSensorHandle(), flushRequestId); in flush()
|
/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/chre/pal/include/chre/pal/ |
D | ble.h | 278 bool (*flush)(); member
|
D | sensor.h | 289 bool (*flush)(uint32_t sensorInfoIndex, uint32_t *flushRequestId); member
|
/system/media/audio_utils/tests/ |
D | simplelog_tests.cpp | 68 std::cout << slog->dumpToString() << std::flush; in TEST()
|
D | hal_smoothness_tests.cpp | 299 TEST_F(HalSmoothnessTest, flush) { in TEST_F() argument 322 smoothness->flush(smoothness.get()); in TEST_F()
|
/system/chre/api_parser/ |
D | chre_api_to_chpp.py | 45 print('Parsing {} ... '.format(file['filename']), end='', flush=True)
|
/system/extras/simpleperf/scripts/test/ |
D | annotate_test.py | 74 filter_file.flush()
|
D | inferno_test.py | 79 filter_file.flush()
|
D | stackcollapse_test.py | 94 filter_file.flush()
|
D | report_sample_test.py | 123 filter_file.flush()
|
D | gecko_profile_generator_test.py | 107 filter_file.flush()
|
/system/chre/test/simulation/inc/ |
D | test_event_queue.h | 124 void flush() { in flush() function
|
/system/chre/test/simulation/ |
D | test_base.cc | 76 TestEventQueueSingleton::get()->flush(); in TearDown()
|
/system/tools/mkbootimg/gki/ |
D | certify_bootimg.py | 68 kernel_img.flush() 106 signature_tmpfile.flush()
|
/system/chre/platform/shared/ |
D | platform_ble.cc | 155 return mBleApi->flush(); in flushAsync()
|
/system/extras/verity/ |
D | build_verity_metadata.py | 53 table_file.flush()
|