Searched refs:Notification (Results 1 – 4 of 4) sorted by relevance
/system/bt/profile/avrcp/ |
D | device.h | 276 using Notification = std::pair<bool, uint8_t>; variable 277 Notification track_changed_ = Notification(false, 0); 278 Notification play_status_changed_ = Notification(false, 0); 279 Notification play_pos_changed_ = Notification(false, 0); 280 Notification now_playing_changed_ = Notification(false, 0); 281 Notification addr_player_changed_ = Notification(false, 0); 282 Notification avail_players_changed_ = Notification(false, 0); 283 Notification uids_changed_ = Notification(false, 0);
|
D | device.cc | 191 track_changed_ = Notification(true, label); in HandleNotification() 198 play_status_changed_ = Notification(true, label); in HandleNotification() 205 play_pos_changed_ = Notification(true, label); in HandleNotification() 213 now_playing_changed_ = Notification(true, label); in HandleNotification() 221 avail_players_changed_ = Notification(true, label); in HandleNotification() 229 addr_player_changed_ = Notification(true, label); in HandleNotification() 237 uids_changed_ = Notification(true, label); in HandleNotification() 379 track_changed_ = Notification(false, 0); in TrackChangedNotificationResponse() 411 play_status_changed_ = Notification(false, 0); in PlaybackStatusNotificationResponse() 439 play_pos_changed_ = Notification(false, 0); in PlaybackPosNotificationResponse() [all …]
|
/system/extras/boottime_tools/bootanalyze/stressfs/src/com/android/car/test/stressfs/ |
D | WritingService.java | 19 import android.app.Notification; 116 Notification notification = in onBind() 117 new Notification.Builder(this, NotificationChannel.DEFAULT_CHANNEL_ID) in onBind()
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 208 /// Notification from CHRE that it no longer needs direct access to low-power
|