Home
last modified time | relevance | path

Searched refs:track (Results 1 – 25 of 25) sorted by relevance

/system/bt/btif/src/
Dbtif_avrcp_audio_track.cc31 typedef struct { android::sp<android::AudioTrack> track; } BtifAvrcpAudioTrack; member
41 sp<android::AudioTrack> track = new android::AudioTrack( in BtifAvrcpAudioTrackCreate() local
46 CHECK(track != NULL); in BtifAvrcpAudioTrackCreate()
50 trackHolder->track = track; in BtifAvrcpAudioTrackCreate()
52 if (trackHolder->track->initCheck() != 0) { in BtifAvrcpAudioTrackCreate()
59 trackHolder->track->setVolume(1, 1); in BtifAvrcpAudioTrackCreate()
70 CHECK(trackHolder->track != NULL); in BtifAvrcpAudioTrackStart()
72 trackHolder->track->start(); in BtifAvrcpAudioTrackStart()
81 if (trackHolder != NULL && trackHolder->track != NULL) { in BtifAvrcpAudioTrackStop()
83 trackHolder->track->stop(); in BtifAvrcpAudioTrackStop()
[all …]
Dbtif_rc.cc1926 memcpy(&(avrc_rsp.reg_notif.param.track), &(p_param->track), in register_notification_rsp()
3219 if (rc_is_track_id_valid(p_rsp->param.track) != true) { in handle_notification_response()
3222 uint8_t* p_data = p_rsp->param.track; in handle_notification_response()
3328 if (rc_is_track_id_valid(p_rsp->param.track) != true) { in handle_notification_response()
/system/extras/ioblame/
DREADME201 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/
Doperation_config.proto45 // Keep track of the digest algorithm being used.
/system/core/libutils/
DRefBase.cpp251 void trackMe(bool track, bool retain) in trackMe() argument
253 mTrackEnabled = track; in trackMe()
/system/core/adb/
DSERVICES.TXT27 host:track-devices
32 to track the state of connected devices in real-time without
226 track-jdwp
DOVERVIEW.TXT7 - keep track of all Android devices and emulators instances
/system/nvram/
DREADME.md49 HAL function. The `nvram::Request` and `nvram::Response` wrappers keep track of
/system/bt/include/hardware/
Dbt_rc.h225 btrc_uid_t track; /* queue position in NowPlaying */ member
/system/bt/stack/avrc/
Davrc_pars_ct.cc115 BE_STREAM_TO_ARRAY(p_stream, p_rsp->param.track, 8); in avrc_parse_notification_rsp()
Davrc_bld_tg.cc582 ARRAY_TO_BE_STREAM(p_data, p_rsp->param.track, AVRC_UID_SIZE); in avrc_bld_notify_rsp()
/system/sepolicy/prebuilts/api/26.0/private/
Dsystem_server.te115 # 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/
Dsystem_server.te121 # 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/
Davrc_defs.h1402 tAVRC_UID track; member
/system/sepolicy/prebuilts/api/28.0/private/
Dsystem_server.te122 # 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/sepolicy/private/
Dsystem_server.te122 # 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/doc/
Dstyle_guide.md174 lightweight memory bounds checks that can help track down memory errors.
/system/sepolicy/prebuilts/api/27.0/public/
Dte_macros149 # This could be tightened on a per-server basis, but keeping track of service
/system/sepolicy/prebuilts/api/26.0/public/
Dte_macros145 # This could be tightened on a per-server basis, but keeping track of service
/system/sepolicy/public/
Dte_macros149 # This could be tightened on a per-server basis, but keeping track of service
/system/sepolicy/prebuilts/api/28.0/public/
Dte_macros149 # This could be tightened on a per-server basis, but keeping track of service
/system/tpm/trunks/generator/
Draw_structures.txt7392 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.
Draw_structures_fixed.txt7419 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.
Draw_commands.txt31019 track the session type of saved sessions.
Draw_commands_fixed.txt31030 track the session type of saved sessions.