Searched defs:chld (Results 1 – 7 of 7) sorted by relevance
69 static void call_hold_cb(bluetooth::headset::bthf_chld_type_t chld, RawAddress* addr) { in call_hold_cb()167 void AtChldCallback(headset::bthf_chld_type_t chld, RawAddress* bd_addr) override { in AtChldCallback()
233 public boolean processChld(int chld) { in processChld()
159 private void onAtChld(int chld, byte[] address) { in onAtChld()
1795 void processAtChld(int chld, BluetoothDevice device) { in processAtChld()
1214 int chld = 1; in testProcessAtChld_withProcessChldTrue() local1224 int chld = 1; in testProcessAtChld_withProcessChldFalse() local
557 public boolean processChld(int chld) { in processChld()1009 private boolean _processChld(int chld) { in _processChld()
253 void AtChldCallback(bluetooth::headset::bthf_chld_type_t chld, in AtChldCallback()