Searched defs:ResetSession (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/clusters/ | ||
H A D | single_machine.cc | 346 Status SingleMachine::ResetSession() { in ResetSession() function in tensorflow::grappler::SingleMachine |
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/tools/ | ||
H A D | quic_client_base.h | 391 void ResetSession() { session_.reset(); } in ResetSession() function |
/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/driver/ | ||
D | driver.go | 302 ResetSession(ctx context.Context) error methodSpec |
/aosp_15_r20/packages/modules/Bluetooth/system/common/ | ||
D | metrics_linux.cc | 83 void BluetoothMetricsLogger::ResetSession() {} in ResetSession() function in bluetooth::common::BluetoothMetricsLogger |
D | metrics.cc | 518 void BluetoothMetricsLogger::ResetSession() { in ResetSession() function in bluetooth::common::BluetoothMetricsLogger |
/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/ | ||
D | fakedb_test.go | 401 func (c *fakeConn) ResetSession(ctx context.Context) error { func |