Home
last modified time | relevance | path

Searched refs:BtSchedulingTraceLogFd (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbtif_bqr.cc593 if (BtSchedulingTraceLogFd != INVALID_FD && in ConfigureBqrCmpl()
596 close(BtSchedulingTraceLogFd); in ConfigureBqrCmpl()
597 BtSchedulingTraceLogFd = INVALID_FD; in ConfigureBqrCmpl()
781 if (BtSchedulingTraceLogFd == INVALID_FD || in DumpBtScheduling()
783 BtSchedulingTraceLogFd = OpenBtSchedulingTraceLogFile(); in DumpBtScheduling()
785 if (BtSchedulingTraceLogFd != INVALID_FD) { in DumpBtScheduling()
786 p_bqr_event->WriteBtSchedulingTraceLogFile(BtSchedulingTraceLogFd, length, in DumpBtScheduling()
/packages/modules/Bluetooth/system/btif/include/
Dbtif_bqr.h180 static int BtSchedulingTraceLogFd = INVALID_FD; variable