Home
last modified time | relevance | path

Searched refs:config_clear (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_bluetooth_interface.cc134 static int config_clear(void) { return 0; } in config_clear() function
188 config_clear,
/packages/modules/Bluetooth/system/service/
Dbluetooth_interface.cc567 static int config_clear(void) { in config_clear() function
626 config_clear,
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc617 static int config_clear(void) { in config_clear() function
688 config_clear,
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h731 int (*config_clear)(void); member
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp1670 int ret = sBluetoothInterface->config_clear(); in factoryResetNative()