Searched refs:MAINLOG (Results 1 – 4 of 4) sorted by relevance
/external/adhd/cras/src/server/ |
D | cras_main_thread_log.h | 16 #define MAINLOG(log, event, data1, data2, data3) \ macro 19 #define MAINLOG(log, event, data1, data2, data3) macro
|
D | cras_iodev_list.c | 391 MAINLOG(main_log, MAIN_THREAD_DEV_CLOSE, dev->info.idx, 0, 0); in close_dev() 470 MAINLOG(main_log, MAIN_THREAD_DEV_INIT, dev->info.idx, in init_device() 491 MAINLOG(main_log, MAIN_THREAD_SUSPEND_DEVS, 0, 0, 0); in suspend_devs() 545 MAINLOG(main_log, MAIN_THREAD_RESUME_DEVS, 0, 0, 0); in resume_devs() 844 MAINLOG(main_log, MAIN_THREAD_STREAM_ADDED, rstream->stream_id, in stream_added_cb() 872 MAINLOG(main_log, MAIN_THREAD_DEV_REOPEN, in stream_added_cb() 973 MAINLOG(main_log, MAIN_THREAD_STREAM_REMOVED, rstream->stream_id, 0, 0); in stream_removed_cb() 1021 MAINLOG(main_log, MAIN_THREAD_DEV_DISABLE, dev->info.idx, force, 0); in disable_device() 1149 MAINLOG(main_log, MAIN_THREAD_ADD_ACTIVE_NODE, new_dev->info.idx, 0, 0); in cras_iodev_list_add_active_node() 1275 MAINLOG(main_log, MAIN_THREAD_ADD_TO_DEV_LIST, output->info.idx, in cras_iodev_list_add_output() [all …]
|
D | cras_dbus_control.c | 379 MAINLOG(main_log, MAIN_THREAD_SET_OUTPUT_USER_MUTE, new_mute, 0, 0); in handle_set_output_user_mute()
|
D | cras_iodev.c | 689 MAINLOG(main_log, MAIN_THREAD_NODE_PLUGGED, node->dev->info.idx, in cras_iodev_set_node_plugged()
|