Home
last modified time | relevance | path

Searched refs:Notification (Results 1 – 5 of 5) sorted by relevance

/system/bt/profile/avrcp/
Ddevice.h315 using Notification = std::pair<bool, uint8_t>; variable
316 Notification track_changed_ = Notification(false, 0);
317 Notification play_status_changed_ = Notification(false, 0);
318 Notification play_pos_changed_ = Notification(false, 0);
319 Notification now_playing_changed_ = Notification(false, 0);
320 Notification addr_player_changed_ = Notification(false, 0);
321 Notification avail_players_changed_ = Notification(false, 0);
322 Notification uids_changed_ = Notification(false, 0);
Ddevice.cc305 avail_players_changed_ = Notification(true, label); in HandleNotification()
323 uids_changed_ = Notification(true, label); in HandleNotification()
436 track_changed_ = Notification(true, label); in TrackChangedNotificationResponse()
468 track_changed_ = Notification(false, 0); in TrackChangedNotificationResponse()
478 play_status_changed_ = Notification(true, label); in PlaybackStatusNotificationResponse()
502 play_status_changed_ = Notification(false, 0); in PlaybackStatusNotificationResponse()
511 play_pos_changed_ = Notification(true, label); in PlaybackPosNotificationResponse()
532 play_pos_changed_ = Notification(false, 0); in PlaybackPosNotificationResponse()
557 addr_player_changed_ = Notification(true, label); in AddressedPlayerNotificationResponse()
576 addr_player_changed_ = Notification(false, 0); in AddressedPlayerNotificationResponse()
[all …]
/system/extras/boottime_tools/bootanalyze/stressfs/src/com/android/car/test/stressfs/
DWritingService.java19 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/
Dhost_messages.fbs252 /// Notification from CHRE that it no longer needs direct access to low-power
270 /// Notification from the host that a system setting has changed
/system/chre/chpp/
DREADME.md193 - 0b10 (2): Notification from client. Service shall not respond
194 - 0b11 (3): Notification from service. Client shall not respond