Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/service/ipc/binder/
Dbluetooth_binder_server.cc391 callbacks_.ForEach([prev_state, new_state](IBluetoothCallback* callback) { in OnAdapterStateChanged()
401 callbacks_.ForEach([&addr_s16, connected](IBluetoothCallback* callback) { in OnDeviceConnectionStateChanged()
409 callbacks_.ForEach([scan_enabled](IBluetoothCallback* callback) { in OnScanEnableChanged()
427 callbacks_.ForEach([&addr_s16, &name_s16, cod, pairing_variant, in OnSspRequest()
441 callbacks_.ForEach([status, &addr_s16, state](IBluetoothCallback* callback) { in OnBondStateChanged()
456 callbacks_.ForEach([status, &devices_s16](IBluetoothCallback* callback) { in OnGetBondedDevices()
470 callbacks_.ForEach( in OnGetRemoteDeviceProperties()
483 callbacks_.ForEach([&binder_props](IBluetoothCallback* callback) { in OnDeviceFound()
Dremote_callback_list.h69 void ForEach(const std::function<void(T*)>& callback);
151 void RemoteCallbackList<T>::ForEach(const std::function<void(T*)>& callback) { in ForEach() function