Home
last modified time | relevance | path

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

12345678910>>...26

/frameworks/av/media/extractors/mp4/
DAC4Parser.cpp84 ALOGV("%u.%u: language_tag = %s\n", presentationID, substreamID, language_tag_bytes); in parseLanguageTag()
100 ALOGV("%u.%u: channel_mode = %u (%s)\n", presentationID, substreamID, channel_mode, in parseSubstreamDSI()
102 ALOGV("%u.%u: dsi_sf_multiplier = %u\n", presentationID, in parseSubstreamDSI()
104 ALOGV("%u.%u: b_substream_bitrate_indicator = %s\n", presentationID, in parseSubstreamDSI()
110 ALOGV("%u.%u: substream_bitrate_indicator = %u\n", presentationID, substreamID, in parseSubstreamDSI()
116 ALOGV("%u.%u: add_ch_base = %u\n", presentationID, substreamID, add_ch_base); in parseSubstreamDSI()
120 ALOGV("%u.%u: b_content_type = %s\n", presentationID, substreamID, BOOLSTR(b_content_type)); in parseSubstreamDSI()
124 ALOGV("%u.%u: content_classifier = %u (%s)\n", presentationID, substreamID, in parseSubstreamDSI()
137 ALOGV("%u.%u: b_language_indicator = %s\n", presentationID, substreamID, in parseSubstreamDSI()
160 ALOGV("%u.%u: b_substreams_present = %s\n", presentationID, groupID, in parseSubstreamGroupDSI()
[all …]
/frameworks/av/media/libmedia/
DIMediaRecorder.cpp85 ALOGV("setCamera(%p,%p)", camera.get(), proxy.get()); in setCamera()
96 ALOGV("setInputSurface(%p)", surface.get()); in setInputSurface()
106 ALOGV("Query SurfaceMediaSource"); in querySurfaceMediaSource()
119 ALOGV("setPreviewSurface(%p)", surface.get()); in setPreviewSurface()
129 ALOGV("init"); in init()
138 ALOGV("setVideoSource(%d)", vs); in setVideoSource()
148 ALOGV("setAudioSource(%d)", as); in setAudioSource()
158 ALOGV("%s(%s)", __func__, privacySensitive ? "true" : "false"); in setPrivacySensitive()
182 ALOGV("%s status %d enabled: %s", __func__, status, *privacySensitive ? "true" : "false"); in isPrivacySensitive()
188 ALOGV("setOutputFormat(%d)", of); in setOutputFormat()
[all …]
Dmediarecorder.cpp39 ALOGV("setCamera(%p,%p)", camera.get(), proxy.get()); in setCamera()
51 ALOGV("setCamera failed: %d", ret); in setCamera()
60 ALOGV("setPreviewSurface(%p)", surface.get()); in setPreviewSurface()
76 ALOGV("setPreviewSurface failed: %d", ret); in setPreviewSurface()
85 ALOGV("init"); in init()
97 ALOGV("init failed: %d", ret); in init()
104 ALOGV("setListener failed: %d", ret); in init()
115 ALOGV("setVideoSource(%d)", vs); in setVideoSource()
125 ALOGV("Call init() since the media recorder is not initialized yet"); in setVideoSource()
140 ALOGV("setVideoSource failed: %d", ret); in setVideoSource()
[all …]
Dmediaplayer.cpp46 ALOGV("constructor"); in MediaPlayer()
70 ALOGV("destructor"); in ~MediaPlayer()
82 ALOGV("disconnect"); in disconnect()
108 ALOGV("setListener"); in setListener()
150 ALOGV("setDataSource(%s)", url); in setDataSource()
168 ALOGV("setDataSource(%d, %" PRId64 ", %" PRId64 ")", fd, offset, length); in setDataSource()
184 ALOGV("setDataSource(IDataSource)"); in setDataSource()
205 ALOGV("invoke %zu", request.dataSize()); in invoke()
235 ALOGV("setVideoSurfaceTexture"); in setVideoSurfaceTexture()
243 ALOGV("getBufferingSettings"); in getBufferingSettings()
[all …]
DCharacterEncodingDetector.cpp56 ALOGV("System locale encoding = %s", mLocaleEnc); in CharacterEncodingDetector()
58 ALOGV("Didn't recognize system locale setting, defaulting to en_US"); in CharacterEncodingDetector()
61 ALOGV("Couldn't read system locale setting, assuming en_US"); in CharacterEncodingDetector()
100 ALOGV("%d tags before conversion", size); in detectAndConvert()
102 ALOGV("%s: %s", mNames.getEntry(i), mValues.getEntry(i)); in detectAndConvert()
138 ALOGV("all tags are printable, assuming ascii (%zu)", strlen(buf)); in detectAndConvert()
146 ALOGV("goodmatch: %s, highest: %d", goodmatch ? "true" : "false", highest); in detectAndConvert()
148 ALOGV("not a good match, trying with more data"); in detectAndConvert()
174 ALOGV("still not a good match after adding printable tags"); in detectAndConvert()
178 ALOGV("no printable tags to add"); in detectAndConvert()
[all …]
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
DDrmPassthruPlugIn.cpp61 ALOGV("DrmPassthruPlugIn::onGetConstraints From Path: %d", uniqueId); in onGetConstraints()
77 ALOGV("DrmPassthruPlugIn::onProcessDrmInfo - Enter : %d", uniqueId); in onProcessDrmInfo()
106 ALOGV("DrmPassthruPlugIn::onProcessDrmInfo - Exit"); in onProcessDrmInfo()
112 ALOGV("DrmPassthruPlugIn::onSetOnInfoListener : %d", uniqueId); in onSetOnInfoListener()
117 ALOGV("DrmPassthruPlugIn::onInitialize : %d", uniqueId); in onInitialize()
122 ALOGV("DrmPassthruPlugIn::onTerminate : %d", uniqueId); in onTerminate()
127 ALOGV("DrmPassthruPlugIn::onGetSupportInfo : %d", uniqueId); in onGetSupportInfo()
140 ALOGV("DrmPassthruPlugIn::onSaveRights : %d", uniqueId); in onSaveRights()
145 ALOGV("DrmPassthruPlugIn::onAcquireDrmInfo : %d", uniqueId); in onAcquireDrmInfo()
161 ALOGV("DrmPassthruPlugIn::canHandle: %s ", path.string()); in onCanHandle()
[all …]
/frameworks/av/media/libmediaplayerservice/
DMediaRecorderClient.cpp58 ALOGV("setInputSurface"); in setInputSurface()
69 ALOGV("Query SurfaceMediaSource"); in querySurfaceMediaSource()
83 ALOGV("setCamera"); in setCamera()
94 ALOGV("setPreviewSurface"); in setPreviewSurface()
105 ALOGV("setVideoSource(%d)", vs); in setVideoSource()
120 ALOGV("setAudioSource(%d)", as); in setAudioSource()
143 ALOGV("%s(%s)", __func__, privacySensitive ? "true" : "false"); in setPrivacySensitive()
160 ALOGV("%s: status: %d enabled: %s", __func__, status, *privacySensitive ? "true" : "false"); in isPrivacySensitive()
166 ALOGV("setOutputFormat(%d)", of); in setOutputFormat()
177 ALOGV("setVideoEncoder(%d)", ve); in setVideoEncoder()
[all …]
DMetadataRetrieverClient.cpp50 ALOGV("MetadataRetrieverClient constructor pid(%d)", pid); in MetadataRetrieverClient()
58 ALOGV("MetadataRetrieverClient destructor"); in ~MetadataRetrieverClient()
77 ALOGV("disconnect from pid %d", mPid); in disconnect()
111 ALOGV("setDataSource(%s)", url); in setDataSource()
127 ALOGV("player type = %d", playerType); in setDataSource()
137 ALOGV("setDataSource fd=%d (%s), offset=%lld, length=%lld", in setDataSource()
146 ALOGV("st_dev = %llu", static_cast<unsigned long long>(sb.st_dev)); in setDataSource()
147 ALOGV("st_mode = %u", sb.st_mode); in setDataSource()
148 ALOGV("st_uid = %lu", static_cast<unsigned long>(sb.st_uid)); in setDataSource()
149 ALOGV("st_gid = %lu", static_cast<unsigned long>(sb.st_gid)); in setDataSource()
[all …]
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp43 #define ALOGVV ALOGV
50 ALOGV("\tLVM_ERROR : Parameter error - "\
54 ALOGV("\tLVM_ERROR : Parameter error - "\
58 ALOGV("\tLVM_ERROR : Parameter error - "\
62 ALOGV("\tLVM_ERROR : Parameter error - "\
79 ALOGV("\tLVM_ERROR : Invalid argument: "#cond); \
197 ALOGV("\n\tEffectCreate start session %d", sessionId); in EffectCreate()
200 ALOGV("\tLVM_ERROR : EffectCreate() called with NULL pointer"); in EffectCreate()
207 ALOGV("\tEffectCreate - Initializing all global memory"); in EffectCreate()
224 ALOGV("\tLVM_ERROR : Cannot find memory to allocate for current session"); in EffectCreate()
[all …]
/frameworks/av/drm/drmserver/
DDrmManagerService.cpp104 ALOGV("instantiate"); in instantiate()
131 ALOGV("created"); in DrmManagerService()
138 ALOGV("Destroyed"); in ~DrmManagerService()
161 ALOGV("Entering setDrmServiceListener"); in setDrmServiceListener()
168 ALOGV("Entering getConstraints from content"); in getConstraints()
173 ALOGV("Entering getMetadata from content"); in getMetadata()
178 ALOGV("Entering canHandle"); in canHandle()
183 ALOGV("Entering processDrmInfo"); in processDrmInfo()
188 ALOGV("Entering acquireDrmInfo"); in acquireDrmInfo()
195 ALOGV("Entering saveRights"); in saveRights()
[all …]
/frameworks/av/camera/
DICamera.cpp74 ALOGV("disconnect"); in disconnect()
85 ALOGV("setPreviewTarget"); in setPreviewTarget()
98 ALOGV("setPreviewCallbackFlag(%d)", flag); in setPreviewCallbackFlag()
108 ALOGV("setPreviewCallbackTarget"); in setPreviewCallbackTarget()
120 ALOGV("startPreview"); in startPreview()
130 ALOGV("startRecording"); in startRecording()
140 ALOGV("stopPreview"); in stopPreview()
149 ALOGV("stopRecording"); in stopRecording()
157 ALOGV("releaseRecordingFrame"); in releaseRecordingFrame()
166 ALOGV("releaseRecordingFrameHandle"); in releaseRecordingFrameHandle()
[all …]
DCamera.cpp48 ALOGV("create"); in create()
85 ALOGV("%s: connect legacy camera device", __FUNCTION__); in connectLegacy()
139 ALOGV("reconnect"); in reconnect()
162 ALOGV("setPreviewTarget(%p)", bufferProducer.get()); in setPreviewTarget()
171 ALOGV("setVideoTarget(%p)", bufferProducer.get()); in setVideoTarget()
181 ALOGV("startPreview"); in startPreview()
189 ALOGV("setVideoBufferMode: %d", videoBufferMode); in setVideoBufferMode()
198 ALOGV("startRecording"); in startRecording()
207 ALOGV("stopPreview"); in stopPreview()
216 ALOGV("stopRecording"); in stopRecording()
[all …]
/frameworks/av/services/camera/libcameraservice/api1/client2/
DJpegCompressor.cpp35 ALOGV("%s", __FUNCTION__); in ~JpegCompressor()
41 ALOGV("%s", __FUNCTION__); in start()
65 ALOGV("%s", __FUNCTION__); in cancel()
71 ALOGV("%s", __FUNCTION__); in readyToRun()
76 ALOGV("%s", __FUNCTION__); in threadLoop()
107ALOGV("%s: image_width = %d, image_height = %d", __FUNCTION__, mCInfo.image_width, mCInfo.image_he… in threadLoop()
127 ALOGV("%s: Cancel called, exiting early", __FUNCTION__); in threadLoop()
141 ALOGV("%s", __FUNCTION__); in isBusy()
148 ALOGV("%s", __FUNCTION__); in isStreamInUse()
160 ALOGV("%s", __FUNCTION__); in waitForDone()
[all …]
/frameworks/native/opengl/libs/EGL/
Degl_layers.cpp79 ALOGV("getNextLayerProcAddress servicing %s", name); in getNextLayerProcAddress()
84 ALOGV("getNextLayerProcAddress - name(%s) no func_indices entry found", name); in getNextLayerProcAddress()
88ALOGV("getNextLayerProcAddress - name(%s) gpaIndex(%i) <- using GPA from this index", name, gpaInd… in getNextLayerProcAddress()
90ALOGV("getNextLayerProcAddress - name(%s) gpaIndex(%i) gpaNext(%llu) <- using GPA at this address"… in getNextLayerProcAddress()
98ALOGV("getNextLayerProcAddress - name(%s) gpaIndex(%i) gpaNext(%llu) Got back (%llu) from GPA", na… in getNextLayerProcAddress()
108ALOGV("getNextLayerProcAddress - name(%s) index(%i) entry(%llu) - Got a hit, returning known entry… in getNextLayerProcAddress()
120ALOGV("SetupFuncMaps - name(%s), func_idx(%i), No entry for func_indices, assigning now", name, fu… in SetupFuncMaps()
124ALOGV("SetupFuncMaps - name(%s), func_idx(%i), Found entry for func_indices", name, func_idx); in SetupFuncMaps()
130ALOGV("SetupFuncMaps - name(%s), func_idx(%i), No entry for functions, assigning (%llu)", name, fu… in SetupFuncMaps()
133ALOGV("SetupFuncMaps - name(%s), func_idx(%i), Found entry for functions (%llu)", name, func_idx, … in SetupFuncMaps()
[all …]
/frameworks/av/drm/mediacas/plugins/mock/
DMockCasPlugin.cpp106 ALOGV("CTOR"); in MockCasPlugin()
110 ALOGV("DTOR"); in ~MockCasPlugin()
116 ALOGV("setStatusCallback"); in setStatusCallback()
121 ALOGV("setPrivateData"); in setPrivateData()
126 ALOGV("openSession"); in openSession()
132 ALOGV("openSession with intent=%d, mode=%d", intent, mode); in openSession()
138 ALOGV("closeSession: sessionId=%s", arrayToString(sessionId).string()); in closeSession()
153 ALOGV("setSessionPrivateData: sessionId=%s", in setSessionPrivateData()
167 ALOGV("processEcm: sessionId=%s", arrayToString(sessionId).string()); in processEcm()
175 ALOGV("ECM: size=%zu", ecm.size()); in processEcm()
[all …]
/frameworks/native/libs/gui/tests/
DSurfaceTextureGLThreadToGL_test.cpp75 ALOGV("+swapBuffers"); in TEST_F()
77 ALOGV("-swapBuffers"); in TEST_F()
88 ALOGV("+updateTexImage"); in TEST_F()
90 ALOGV("-updateTexImage"); in TEST_F()
106 ALOGV("+swapBuffers"); in TEST_F()
108 ALOGV("-swapBuffers"); in TEST_F()
120 ALOGV("+updateTexImage"); in TEST_F()
122 ALOGV("-updateTexImage"); in TEST_F()
138 ALOGV("+swapBuffers"); in TEST_F()
140 ALOGV("-swapBuffers"); in TEST_F()
[all …]
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
DEffectReverb.cpp42 ALOGV("\tLVREV_ERROR : Parameter error - "\
46 ALOGV("\tLVREV_ERROR : Parameter error - "\
50 ALOGV("\tLVREV_ERROR : Parameter error - "\
204 ALOGV("\t\nEffectCreate start"); in EffectCreate()
207 ALOGV("\tLVM_ERROR : EffectCreate() called with NULL pointer"); in EffectCreate()
215 ALOGV("\tEffectCreate - UUID matched Reverb type %d, UUID = %x", i, desc->uuid.timeLow); in EffectCreate()
232 ALOGV("\tEffectCreate - AUX"); in EffectCreate()
234 ALOGV("\tEffectCreate - INS"); in EffectCreate()
243 ALOGV("\tEffectCreate - PRESET"); in EffectCreate()
245 ALOGV("\tEffectCreate - ENVIRONMENTAL"); in EffectCreate()
[all …]
/frameworks/av/media/libeffects/proxy/
DEffectProxy.cpp63 ALOGV("EffectProxyCreate start.."); in EffectProxyCreate()
125 ALOGV("EffectCreate() UUID of HOST: %08X-%04X-%04X-%04X-%02X%02X%02X%02X" in EffectProxyCreate()
130 ALOGV("EffectCreate() UUID of OFFLOAD: %08X-%04X-%04X-%04X-%02X%02X%02X%02X" in EffectProxyCreate()
141 ALOGV("EffectCreate end"); in EffectProxyCreate()
148 ALOGV("ERROR : EffectRelease called with NULL pointer"); in EffectProxyRelease()
151 ALOGV("EffectRelease"); in EffectProxyRelease()
171 ALOGV("EffectGetDescriptor() called with NULL pointer"); in EffectProxyGetDescriptor()
208 ALOGV("Effect_command() Proxy context is NULL"); in Effect_command()
212 ALOGV("Effect_command() Calling HOST EffectCreate"); in Effect_command()
218 ALOGV("Effect_command() Error creating SW sub effect"); in Effect_command()
[all …]
/frameworks/rs/
DrsObjectBase.cpp43 ALOGV("ObjectBase constructed %p", this); in ObjectBase()
49 ALOGV("ObjectBase destroyed %p refs %i %i", this, mUserRefCount, mSysRefCount); in ~ObjectBase()
78 ALOGV("%s RSobj %p, name %s, refs %i,%i links %p,%p,%p", in dumpLOGV()
81 ALOGV("%s RSobj %p, no-name, refs %i,%i links %p,%p,%p", in dumpLOGV()
89 ALOGV("ObjectBase %p incU ref %i, %i", this, mUserRefCount, mSysRefCount); in incUserRef()
96 ALOGV("ObjectBase %p incS ref %i, %i", this, mUserRefCount, mSysRefCount); in incSysRef()
133 ALOGV("ObjectBase %p decU ref %i, %i", this, mUserRefCount, mSysRefCount); in decUserRef()
151 ALOGV("ObjectBase %p zeroU ref %i, %i", this, mUserRefCount, mSysRefCount); in zeroUserRef()
163 ALOGV("ObjectBase %p decS ref %i, %i", this, mUserRefCount, mSysRefCount); in decSysRef()
231 ALOGV("Forcing release of all outstanding user refs."); in zeroAllUserRef()
[all …]
/frameworks/base/media/jni/soundpool/
DSoundDecoder.cpp35 ALOGV("%s(%p, %zu)", __func__, soundManager, threads); in SoundDecoder()
44 ALOGV("%s()", __func__); in ~SoundDecoder()
50 ALOGV("%s()", __func__); in quit()
62 ALOGV("%s(%d): entering", __func__, id); in run()
66 ALOGV("%s(%d): waiting", __func__, id); in run()
77 ALOGV("%s(%d): processing soundID: %d size: %zu", __func__, id, soundID, mSoundIDs.size()); in run()
84 ALOGV("%s(%d): notifying loaded soundID:%d status:%d", __func__, id, soundID, status); in run()
88 ALOGV("%s(%d): exiting", __func__, id); in run()
93 ALOGV("%s(%d)", __func__, soundID); in loadSound()
99 ALOGV("%s: waiting soundID: %d size: %zu", __func__, soundID, mSoundIDs.size()); in loadSound()
[all …]
DSound.cpp38 ALOGV("%s(soundID=%d, fd=%d, offset=%lld, length=%lld)", in Sound()
45 ALOGV("%s(soundID=%d, fd=%d)", __func__, mSoundID, mFd.get()); in ~Sound()
52 ALOGV("%s(fd=%d, offset=%lld, length=%lld, ...)", in decode()
92 ALOGV("%s: input buffer %zd", __func__, bufidx); in decode()
103 ALOGV("%s: read %d", __func__, sampleSize); in decode()
107 ALOGV("%s: EOS", __func__); in decode()
128 ALOGV("%s: dequeueoutput returned: %d", __func__, status); in decode()
131 ALOGV("%s: output EOS", __func__); in decode()
134 ALOGV("%s: got decoded buffer size %d", __func__, info.size); in decode()
162 ALOGV("%s: output buffers changed", __func__); in decode()
[all …]
DStreamManager.cpp49 ALOGV("%s(%d)", __func__, streams); in StreamMap()
105 ALOGV("%s(%d, %zu, ...)", __func__, streams, threads); in StreamManager()
122 ALOGV("%s", __func__); in ~StreamManager()
144 ALOGV("%s(sound=%p, soundID=%d, leftVolume=%f, rightVolume=%f, priority=%d, loop=%d, rate=%f)", in queueForPlay()
153 ALOGV("%s: mStreamManagerLock lock acquired", __func__); in queueForPlay()
161 ALOGV("%s: found soundID %d in available queue", __func__, soundID); in queueForPlay()
166 ALOGV("%s: found stream in available queue", __func__); in queueForPlay()
178 ALOGV("%s: found soundID %d in restart queue", __func__, soundID); in queueForPlay()
183 ALOGV("%s: found stream in restart queue", __func__); in queueForPlay()
197 ALOGV("%s: found stream in active queue", __func__); in queueForPlay()
[all …]
/frameworks/av/media/codec2/components/aac/
DDrcPresModeWrap.cpp75 ALOGV("DRC presentation mode wrapper: drcProgRefLev is %d\n", mStreamPRL); in submitStreamData()
83 ALOGV("DRC presentation mode wrapper: drcPresMode is %d\n", mStreamDRCPresMode); in submitStreamData()
91 ALOGV("DRC presentation mode wrapper: aacNumChannels is %d\n", mStreamNrAACChan); in submitStreamData()
99 ALOGV("DRC presentation mode wrapper: numChannels is %d\n", mStreamNrOutChan); in submitStreamData()
323ALOGV("DRC presentation mode wrapper: forced target level to %d (from %d)\n", newTarget, mDesTarge… in update()
325 ALOGV("DRC presentation mode wrapper: set target level to %d\n", newTarget); in update()
334ALOGV("DRC presentation mode wrapper: forced attenuation factor to %d (from %d)\n", newAttFactor, … in update()
336ALOGV("DRC presentation mode wrapper: set attenuation factor to %d\n", newAttFactor); in update()
345 ALOGV("DRC presentation mode wrapper: forced boost factor to %d (from %d)\n", in update()
348 ALOGV("DRC presentation mode wrapper: set boost factor to %d\n", newBoostFactor); in update()
[all …]
/frameworks/av/media/libstagefright/codecs/aacdec/
DDrcPresModeWrap.cpp75 ALOGV("DRC presentation mode wrapper: drcProgRefLev is %d\n", mStreamPRL); in submitStreamData()
83 ALOGV("DRC presentation mode wrapper: drcPresMode is %d\n", mStreamDRCPresMode); in submitStreamData()
91 ALOGV("DRC presentation mode wrapper: aacNumChannels is %d\n", mStreamNrAACChan); in submitStreamData()
99 ALOGV("DRC presentation mode wrapper: numChannels is %d\n", mStreamNrOutChan); in submitStreamData()
323ALOGV("DRC presentation mode wrapper: forced target level to %d (from %d)\n", newTarget, mDesTarge… in update()
325 ALOGV("DRC presentation mode wrapper: set target level to %d\n", newTarget); in update()
334ALOGV("DRC presentation mode wrapper: forced attenuation factor to %d (from %d)\n", newAttFactor, … in update()
336ALOGV("DRC presentation mode wrapper: set attenuation factor to %d\n", newAttFactor); in update()
345 ALOGV("DRC presentation mode wrapper: forced boost factor to %d (from %d)\n", in update()
348 ALOGV("DRC presentation mode wrapper: set boost factor to %d\n", newBoostFactor); in update()
[all …]
/frameworks/av/media/libstagefright/bqhelper/
DGraphicBufferSource.cpp348 ALOGV("GraphicBufferSource"); in GraphicBufferSource()
375 ALOGV("~GraphicBufferSource"); in ~GraphicBufferSource()
417 ALOGV("--> start; available=%zu, submittable=%zd", in start()
422 ALOGV("clearing last dataSpace"); in start()
435 ALOGV("stop load with available=%zu+%d", in start()
441 ALOGV("done loading initial frames, available=%zu+%d", in start()
466 ALOGV("stop"); in stop()
490 ALOGV("--> release; available=%zu+%d eos=%d eosSent=%d acquired=%d", in release()
517 ALOGV("addCodecBuffer: bufferId=%u", bufferId); in onInputBufferAdded()
548 ALOGV("onInputBufferEmptied: EOS null buffer (bufferId=%u@%zd)", bufferId, cbi); in onInputBufferEmptied()
[all …]

12345678910>>...26