Home
last modified time | relevance | path

Searched defs:pending_call (Results 1 – 8 of 8) sorted by relevance

/external/adhd/cras/src/server/
Dcras_bt_player.c19 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
Dcras_bt_endpoint.c318 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
Dcras_bt_transport.c340 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
Dcras_bt_profile.c273 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
Dcras_bt_manager.c195 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
Dcras_bt_device.c163 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/
Dobject_proxy.cc227 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()
Dbus.cc668 DBusPendingCall** pending_call, in SendWithReply()