/system/bt/btif/src/ |
D | btif_avrcp_audio_track.cc | 31 typedef struct { android::sp<android::AudioTrack> track; } BtifAvrcpAudioTrack; member 56 sp<android::AudioTrack> track = new android::AudioTrack( in BtifAvrcpAudioTrackCreate() local 61 CHECK(track != NULL); in BtifAvrcpAudioTrackCreate() 65 trackHolder->track = track; in BtifAvrcpAudioTrackCreate() 67 if (trackHolder->track->initCheck() != 0) { in BtifAvrcpAudioTrackCreate() 74 trackHolder->track->setVolume(1, 1); in BtifAvrcpAudioTrackCreate() 85 CHECK(trackHolder->track != NULL); in BtifAvrcpAudioTrackStart() 87 trackHolder->track->start(); in BtifAvrcpAudioTrackStart() 96 if (trackHolder != NULL && trackHolder->track != NULL) { in BtifAvrcpAudioTrackStop() 98 trackHolder->track->stop(); in BtifAvrcpAudioTrackStop() [all …]
|
D | btif_rc.cc | 1922 memcpy(&(avrc_rsp.reg_notif.param.track), &(p_param->track), in register_notification_rsp() 3151 if (rc_is_track_id_valid(p_rsp->param.track) != true) { in handle_notification_response() 3154 uint8_t* p_data = p_rsp->param.track; in handle_notification_response() 3267 if (rc_is_track_id_valid(p_rsp->param.track) != true) { in handle_notification_response()
|
/system/extras/ioblame/ |
D | README | 201 ANDROID: fs: FS tracepoints to track IO. 203 Adds tracepoints in ext4/f2fs/mpage to track readpages/buffered 204 write()s. This allows us to track files that are being read/written 221 Allowing ioblame to track <pathname, amount of data written>
|
/system/security/keystore/ |
D | operation_config.proto | 46 // Keep track of the digest algorithm being used.
|
/system/core/libutils/ |
D | RefBase.cpp | 264 void trackMe(bool track, bool retain) in trackMe() argument 266 mTrackEnabled = track; in trackMe()
|
/system/core/adb/ |
D | SERVICES.TXT | 23 host:track-devices 28 to track the state of connected devices in real-time without 222 track-jdwp
|
D | OVERVIEW.TXT | 7 - keep track of all Android devices and emulators instances
|
/system/nvram/ |
D | README.md | 49 HAL function. The `nvram::Request` and `nvram::Response` wrappers keep track of
|
/system/bt/include/hardware/ |
D | bt_rc.h | 225 btrc_uid_t track; /* queue position in NowPlaying */ member
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | system_server.te | 134 # within system_server to keep track of memory and CPU usage for 620 # Read/write the property which keeps track of whether this is the first start of system_server 627 # system server reads this property to keep track of whether server configurable flags have been
|
/system/sepolicy/private/ |
D | system_server.te | 134 # within system_server to keep track of memory and CPU usage for 620 # Read/write the property which keeps track of whether this is the first start of system_server 627 # system server reads this property to keep track of whether server configurable flags have been
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | system_server.te | 115 # within system_server to keep track of memory and CPU usage for 461 # Read/write the property which keeps track of whether this is the first start of system_server
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | system_server.te | 121 # within system_server to keep track of memory and CPU usage for 489 # Read/write the property which keeps track of whether this is the first start of system_server
|
/system/bt/stack/include/ |
D | avrc_defs.h | 1402 tAVRC_UID track; member
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | system_server.te | 122 # within system_server to keep track of memory and CPU usage for 536 # Read/write the property which keeps track of whether this is the first start of system_server
|
/system/bt/stack/avrc/ |
D | avrc_pars_ct.cc | 158 BE_STREAM_TO_ARRAY(p_stream, p_rsp->param.track, 8); in avrc_parse_notification_rsp()
|
D | avrc_bld_tg.cc | 582 ARRAY_TO_BE_STREAM(p_data, p_rsp->param.track, AVRC_UID_SIZE); in avrc_bld_notify_rsp()
|
/system/bt/doc/ |
D | style_guide.md | 174 lightweight memory bounds checks that can help track down memory errors.
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | te_macros | 145 # This could be tightened on a per-server basis, but keeping track of service
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | te_macros | 149 # This could be tightened on a per-server basis, but keeping track of service
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | te_macros | 149 # This could be tightened on a per-server basis, but keeping track of service
|
/system/sepolicy/public/ |
D | te_macros | 146 # This could be tightened on a per-server basis, but keeping track of service
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | te_macros | 146 # This could be tightened on a per-server basis, but keeping track of service
|