Searched defs:pending_call (Results 1 – 8 of 8) sorted by relevance
/external/adhd/cras/src/server/ |
D | cras_bt_player.c | 19 static void cras_bt_on_player_registered(DBusPendingCall *pending_call, in cras_bt_on_player_registered() 44 DBusPendingCall *pending_call; in cras_bt_add_player() local
|
D | cras_bt_endpoint.c | 318 static void cras_bt_on_register_endpoint(DBusPendingCall *pending_call, in cras_bt_on_register_endpoint() 345 DBusPendingCall *pending_call; in cras_bt_register_endpoint() local 454 static void cras_bt_on_unregister_endpoint(DBusPendingCall *pending_call, in cras_bt_on_unregister_endpoint() 478 DBusPendingCall *pending_call; in cras_bt_unregister_endpoint() local
|
D | cras_bt_transport.c | 340 static void on_transport_volume_set(DBusPendingCall *pending_call, void *data) in on_transport_volume_set() 360 DBusPendingCall *pending_call; in cras_bt_transport_set_volume() local 519 static void cras_bt_on_transport_release(DBusPendingCall *pending_call, in cras_bt_on_transport_release() 541 DBusPendingCall *pending_call; in cras_bt_transport_release() local
|
D | cras_bt_profile.c | 273 static void cras_bt_on_register_profile(DBusPendingCall *pending_call, in cras_bt_on_register_profile() 293 DBusPendingCall *pending_call; in cras_bt_register_profile() local
|
D | cras_bt_manager.c | 195 static void cras_bt_on_get_managed_objects(DBusPendingCall *pending_call, in cras_bt_on_get_managed_objects() 267 DBusPendingCall *pending_call; in cras_bt_get_managed_objects() local
|
D | cras_bt_device.c | 163 static void on_connect_profile_reply(DBusPendingCall *pending_call, void *data) in on_connect_profile_reply() 177 static void on_disconnect_reply(DBusPendingCall *pending_call, void *data) in on_disconnect_reply() 196 DBusPendingCall *pending_call; in cras_bt_device_connect_profile() local 240 DBusPendingCall *pending_call; in cras_bt_device_disconnect() local
|
/external/libchrome/dbus/ |
D | object_proxy.cc | 227 for (auto* pending_call : pending_calls_) { in Detach() local 275 DBusPendingCall* pending_call = NULL; in StartAsyncMethodCall() local 298 void ObjectProxy::OnPendingCallIsComplete(DBusPendingCall* pending_call, in OnPendingCallIsComplete() 378 void ObjectProxy::OnPendingCallIsCompleteThunk(DBusPendingCall* pending_call, in OnPendingCallIsCompleteThunk()
|
D | bus.cc | 668 DBusPendingCall** pending_call, in SendWithReply()
|