OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mnegotiated
(Results
1 - 10
of
10
) sorted by null
/frameworks/av/media/libnbaio/
AudioBufferProviderSource.cpp
43
if (CC_UNLIKELY(!
mNegotiated
)) {
53
if (CC_UNLIKELY(!
mNegotiated
)) {
87
if (CC_UNLIKELY(!
mNegotiated
)) {
LibsndfileSink.cpp
39
if (!
mNegotiated
) {
LibsndfileSource.cpp
48
if (!
mNegotiated
) {
Pipe.cpp
49
if (CC_UNLIKELY(!
mNegotiated
)) {
NBAIO.cpp
66
if (!
mNegotiated
) {
103
if (!
mNegotiated
) {
145
mNegotiated
= true;
AudioStreamOutSink.cpp
55
if (!
mNegotiated
) {
PipeReader.cpp
45
if (CC_UNLIKELY(!
mNegotiated
)) {
MonoPipe.cpp
108
if (CC_UNLIKELY(!
mNegotiated
)) {
119
if (CC_UNLIKELY(!
mNegotiated
)) {
124
// can't return a negative value, as we already checked for !
mNegotiated
MonoPipeReader.cpp
38
if (CC_UNLIKELY(!
mNegotiated
)) {
/frameworks/av/include/media/nbaio/
NBAIO.h
126
virtual NBAIO_Format format() const { return
mNegotiated
? mFormat : Format_Invalid; }
129
NBAIO_Port(const NBAIO_Format& format) :
mNegotiated
(false), mFormat(format),
135
bool
mNegotiated
; //
mNegotiated
implies (mFormat != Format_Invalid)
136
NBAIO_Format mFormat; // (mFormat != Format_Invalid) does not imply
mNegotiated
Completed in 62 milliseconds