Searched refs:track (Results 1 – 16 of 16) sorted by relevance
/system/bt/btif/src/ |
D | btif_avrcp_audio_track.cpp | 28 android::sp<android::AudioTrack> track; member 41 sp<android::AudioTrack> track = in BtifAvrcpAudioTrackCreate() local 47 assert(track != NULL); in BtifAvrcpAudioTrackCreate() 51 trackHolder->track = track; in BtifAvrcpAudioTrackCreate() 53 if (trackHolder->track->initCheck() != 0) in BtifAvrcpAudioTrackCreate() 61 trackHolder->track->setVolume(1, 1); in BtifAvrcpAudioTrackCreate() 70 assert(trackHolder->track != NULL); in BtifAvrcpAudioTrackStart() 72 trackHolder->track->start(); in BtifAvrcpAudioTrackStart() 82 if (trackHolder != NULL && trackHolder->track != NULL) { in BtifAvrcpAudioTrackStop() 84 trackHolder->track->stop(); in BtifAvrcpAudioTrackStop() [all …]
|
D | btif_rc.c | 1737 memcpy(&(avrc_rsp.reg_notif.param.track), &(p_param->track), sizeof(btrc_uid_t)); in register_notification_rsp() 2439 if (rc_is_track_id_valid (p_rsp->param.track) != true) in handle_notification_response() 2445 UINT8 *p_data = p_rsp->param.track; in handle_notification_response() 2552 if (rc_is_track_id_valid (p_rsp->param.track) != true) in handle_notification_response()
|
/system/core/libutils/ |
D | RefBase.cpp | 241 void trackMe(bool track, bool retain) in trackMe() argument 243 mTrackEnabled = track; in trackMe()
|
/system/core/metricsd/uploader/proto/ |
D | chrome_user_metrics_extension.proto | 60 // The client keeps track of the session id and sends it with each event.
|
/system/core/adb/ |
D | SERVICES.TXT | 27 host:track-devices 32 to track the state of connected devices in real-time without 226 track-jdwp
|
D | OVERVIEW.TXT | 7 - keep track of all Android devices and emulators instances
|
/system/bt/stack/avrc/ |
D | avrc_pars_ct.c | 119 BE_STREAM_TO_ARRAY(p_stream, p_rsp->param.track, 8); in avrc_parse_notification_rsp()
|
D | avrc_bld_tg.c | 579 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 | 170 lightweight memory bounds checks that can help track down memory errors.
|
/system/bt/stack/include/ |
D | avrc_defs.h | 1295 tAVRC_UID track; member
|
/system/sepolicy/ |
D | system_server.te | 95 # within system_server to keep track of memory and CPU usage for
|
/system/connectivity/shill/doc/ |
D | manager-api.txt | 715 indication to track which services should be monitored
|
/system/tpm/trunks/generator/ |
D | raw_structures_fixed.txt | 7419 If a TPM is only able to track 64 active sessions at a time, it could number those sessions using t… 15353 This structure allows the TPM to keep track of the data and permissions to manipulate an NV Index.
|
D | raw_structures.txt | 7392 If a TPM is only able to track 64 active sessions at a time, it could number those sessions using t… 15364 This structure allows the TPM to keep track of the data and permissions to manipulate an NV Index.
|
D | raw_commands_fixed.txt | 31030 track the session type of saved sessions.
|
D | raw_commands.txt | 31019 track the session type of saved sessions.
|