Searched refs:handle (Results 151 - 175 of 252) sorted by relevance

1234567891011

/frameworks/av/media/libstagefright/
H A DSurfaceMediaSource.cpp255 // 2. This is followed by the buffer_handle_t that is a handle to the
256 // GRalloc buffer. The encoder needs to interpret this GRalloc handle
274 ALOGV("handle = %p, , offset = %zu, length = %zu",
363 passMetadataBuffer(buffer, mSlots[mCurrentSlot].mGraphicBuffer->handle);
385 // copy the byte stream into our handle
401 if (mCurrentBuffers[i]->handle == bufferHandle) {
417 if (bufferHandle == mSlots[id].mGraphicBuffer->handle) {
418 ALOGV("Slot %d returned, matches handle = %p", id,
419 mSlots[id].mGraphicBuffer->handle);
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DZslProcessor.h60 virtual void onBufferReleased(buffer_handle_t *handle);
H A DZslProcessor.cpp95 void ZslProcessor::onBufferReleased(buffer_handle_t *handle) { argument
101 if (&(mZslQueue[i].buffer.mGraphicBuffer->handle) == handle) break;
105 __FUNCTION__, handle);
313 buffer_handle_t *handle = local
314 &(mZslQueue[index].buffer.mGraphicBuffer->handle);
344 handle, this);
/frameworks/native/cmds/servicemanager/
H A Dbinder.h30 /* the one magic handle */
85 void bio_put_ref(struct binder_io *bio, uint32_t handle);
H A Dbinder.c310 data.payload.handle = target;
333 writebuf.txn.target.handle = target;
502 void bio_put_ref(struct binder_io *bio, uint32_t handle) argument
506 if (handle)
516 obj->handle = handle;
633 return obj->handle;
/frameworks/native/include/gui/
H A DSurfaceControl.h90 const sp<IBinder>& handle,
/frameworks/native/opengl/tests/hwc/
H A DhwcColorEquiv.cpp356 layer->handle = refFrame->handle;
370 layer->handle = equivFrame->handle;
H A DhwcStress.cpp431 layer->handle = gBuf->handle;
502 layer->handle = (native_handle_t *) gBuf->handle;
605 testPrintI(" buf: %p handle: %p color: %s alpha: %f",
606 frames[row][col].get(), frames[row][col]->handle,
/frameworks/native/services/sensorservice/
H A DCorrectedGyroSensor.cpp64 status_t CorrectedGyroSensor::setDelay(void* ident, int /*handle*/, int64_t ns) {
74 hwSensor.handle = '_cgy';
H A DGravitySensor.cpp73 status_t GravitySensor::setDelay(void* ident, int /*handle*/, int64_t ns) {
82 hwSensor.handle = '_grv';
H A DOrientationSensor.cpp72 status_t OrientationSensor::setDelay(void* ident, int /*handle*/, int64_t ns) {
81 hwSensor.handle = '_ypr';
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapClient.java51 * Therefore, application should handle following events in its message queue
213 * Maximal number of entries of the phone book that PCE can handle
506 * @param handler the handle that will be used by PCE to notify events and
815 * @param handle handle to the vCard which shall be pulled
821 public boolean pullVcardEntry(String handle) { argument
822 return pullVcardEntry(handle, (byte) 0, VCARD_TYPE_21);
828 * @param handle handle to the vCard which shall be pulled
837 public boolean pullVcardEntry(String handle, lon argument
[all...]
/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.cpp242 int SoftGSM::DecodeGSM(gsm handle, argument
247 gsm_decode(handle, in, out);
252 gsm_decode(handle, in, out);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java182 public int handle; field in class:GLES20Canvas.ShaderParameter
199 handle = GLES20.glGetUniformLocation(program, mName);
211 handle = GLES20.glGetAttribLocation(program, mName);
517 GLES20.glUniform4fv(mDrawParameters[INDEX_COLOR].handle, 1, colorArray, 0);
547 GLES20.glVertexAttribPointer(params[INDEX_POSITION].handle, COORDS_PER_VERTEX,
557 int positionHandle = params[INDEX_POSITION].handle;
570 GLES20.glUniformMatrix4fv(params[INDEX_MATRIX].handle, 1, false, mTempMatrix, MATRIX_SIZE);
670 GLES20.glUniformMatrix4fv(params[INDEX_TEXTURE_MATRIX].handle, 1, false, textureMatrix, 0);
709 GLES20.glUniform1i(params[INDEX_TEXTURE_SAMPLER].handle, 0);
711 GLES20.glUniform1f(params[INDEX_ALPHA].handle, getAlph
[all...]
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp580 disp.framebufferTarget->handle = disp.fbTargetHandle;
627 // ALOGD("fbPost: handle=%p, fence=%d", buf->handle, acquireFenceFd);
628 disp.fbTargetHandle = buf->handle;
629 disp.framebufferTarget->handle = disp.fbTargetHandle;
639 // DO NOT reset the handle field to NULL, because it's possible
684 //ALOGD("prepare: %d, type=%d, handle=%p",
685 // i, l.compositionType, l.handle);
843 return mFbDev->post(mFbDev, buffer->handle);
875 disp.outbufHandle = buf->handle;
[all...]
/frameworks/av/media/libmedia/
H A DIAudioPolicyService.cpp553 audio_patch_handle_t *handle)
555 if (patch == NULL || handle == NULL) {
561 data.write(handle, sizeof(audio_patch_handle_t));
567 reply.read(handle, sizeof(audio_patch_handle_t));
571 virtual status_t releaseAudioPatch(audio_patch_handle_t handle) argument
575 data.write(&handle, sizeof(audio_patch_handle_t));
1092 audio_patch_handle_t handle; local
1093 data.read(&handle, sizeof(audio_patch_handle_t));
1094 status_t status = createAudioPatch(&patch, &handle);
1097 reply->write(&handle, sizeo
552 createAudioPatch(const struct audio_patch *patch, audio_patch_handle_t *handle) argument
1104 audio_patch_handle_t handle; local
[all...]
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.cpp690 native_handle_t* handle = NULL; local
725 if (outbuf->meta()->findPointer("handle", (void**)&handle) &&
726 handle != NULL) {
730 outbuf->meta()->setPointer("handle", NULL);
740 buffer->meta()->setPointer("handle", handle);
756 if (!handle) {
777 if (!handle) {
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputStream.cpp123 handoutBufferLocked(*buffer, &(anb->handle), /*acquireFence*/fenceFd,
200 container_of(buffer.buffer, ANativeWindowBuffer, handle),
217 container_of(buffer.buffer, ANativeWindowBuffer, handle),
/frameworks/native/libs/binder/
H A DBpBinder.cpp89 BpBinder::BpBinder(int32_t handle) argument
90 : mHandle(handle)
95 ALOGV("Creating BpBinder %p handle %d\n", this, mHandle);
98 IPCThreadState::self()->incWeakHandle(handle);
193 ALOGV("Requesting death notification: %p handle %d\n", this, mHandle);
229 ALOGV("Clearing death notification: %p handle %d\n", this, mHandle);
245 ALOGV("Sending obituary for proxy %p handle %d, mObitsSent=%s\n",
254 ALOGV("Clearing sent death notification: %p handle %d\n", this, mHandle);
314 ALOGV("Destroying BpBinder %p handle %d\n", this, mHandle);
341 ALOGV("onFirstRef BpBinder %p handle
[all...]
/frameworks/av/include/media/stagefright/
H A DDataSource.h97 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) {}; argument
/frameworks/av/media/libstagefright/include/
H A DNuCachedSource2.h46 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
/frameworks/av/media/libstagefright/wifi-display/
H A DMediaSender.cpp414 native_handle_t* handle; local
415 if (accessUnit->meta()->findPointer("handle", (void**)&handle)
416 && handle != NULL) {
428 handle, false));
/frameworks/base/services/core/java/com/android/server/wm/
H A DInputMonitor.java258 + "drag window handle.");
392 * the application did not handle. */
438 final InputApplicationHandle handle = newApp.mInputApplicationHandle;
439 handle.name = newApp.toString();
440 handle.dispatchingTimeoutNanos = newApp.inputDispatchingTimeoutNanos;
442 mService.mInputManager.setFocusedApplication(handle);
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DSoundTriggerHelper.java134 Slog.d(TAG, "current SoundModel handle=" + mCurrentSoundModelHandle);
197 int[] handle = new int[] { INVALID_VALUE };
198 int status = mModule.loadSoundModel(soundModel, handle);
203 if (handle[0] == INVALID_VALUE) {
204 Slog.w(TAG, "loadSoundModel call returned invalid sound model handle");
207 soundModelHandle = handle[0];
571 pw.print(" sound model handle="); pw.println(mCurrentSoundModelHandle);
/frameworks/av/include/media/
H A DIAudioFlinger.h71 // On successful return, AudioFlinger takes over the handle
81 // On successful return, AudioFlinger takes over the handle
195 // AudioFlinger doesn't take over handle reference from client
227 audio_patch_handle_t *handle) = 0;
230 virtual status_t releaseAudioPatch(audio_patch_handle_t handle) = 0;

Completed in 721 milliseconds

1234567891011