OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CBLK_INVALID
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libaudioclient/
AudioRecord.cpp
324
if (!(flags &
CBLK_INVALID
)) {
327
flags |=
CBLK_INVALID
;
330
if (flags &
CBLK_INVALID
) {
490
android_atomic_or(
CBLK_INVALID
, &mCblk->mFlags);
961
if (flags &
CBLK_INVALID
) {
[
all
...]
AudioTrackShared.cpp
151
if (flags &
CBLK_INVALID
) {
364
if (!(android_atomic_or(
CBLK_INVALID
, &cblk->mFlags) &
CBLK_INVALID
)) {
439
if (flags &
CBLK_INVALID
) {
[
all
...]
AudioTrack.cpp
631
if (!(flags &
CBLK_INVALID
)) {
634
flags |=
CBLK_INVALID
;
637
if (flags &
CBLK_INVALID
) {
[
all
...]
/frameworks/av/include/private/media/
AudioTrackShared.h
41
#define
CBLK_INVALID
0x04 // track buffer invalidated by AudioFlinger, need to re-create
/frameworks/av/services/audioflinger/
Tracks.cpp
[
all
...]
Completed in 114 milliseconds