Lines Matching refs:findInt32
87 if (!msg->findInt32("input-buffers", &numInput)) { in onMessageReceived()
91 if (!msg->findInt32("output-buffers", &numOutput)) { in onMessageReceived()
144 if (format->findInt32("secure", &secure) && secure != 0) { in onConfigure()
548 CHECK(msg->findInt32("generation", &generation)); in isStaleReply()
563 CHECK(accessUnit->meta()->findInt32("discontinuity", &type)); in fetchInputData()
697 CHECK(msg->findInt32("err", &streamErr) || !hasBuffer); in onInputBufferFetched()
743 if (buffer->meta()->findInt32("eos", &eos) && eos) { in onInputBufferFetched()
745 } else if (buffer->meta()->findInt32("csd", &csd) && csd) { in onInputBufferFetched()
796 if (msg->findInt32("render", &render) && render) { in onRenderBuffer()
826 if (!mInputFormat->findInt32(keys[i], &oldVal) || in supportsSeamlessAudioFormatChange()
827 !targetFormat->findInt32(keys[i], &newVal) || in supportsSeamlessAudioFormatChange()
868 mInputFormat->findInt32("adaptive-playback", &isAdaptive) && in supportsSeamlessFormatChange()