Searched refs:handle (Results 176 - 200 of 253) sorted by relevance

1234567891011

/frameworks/av/include/media/
H A DIAudioPolicyService.h133 audio_patch_handle_t *handle) = 0;
136 virtual status_t releaseAudioPatch(audio_patch_handle_t handle) = 0;
H A DAudioSystem.h93 // helper function to obtain AudioFlinger service handle
125 // audio dsp to DAC since the specified output I/O handle has exited standby.
136 // return the number of input frames lost by HAL implementation, or 0 if the handle is invalid
139 // Allocate a new unique ID for use as an audio session ID or I/O handle.
211 // Client must successfully hand off the handle reference to AudioFlinger via createTrack(),
238 // Client must successfully hand off the handle reference to AudioFlinger via openRecord(),
308 audio_patch_handle_t *handle);
311 static status_t releaseAudioPatch(audio_patch_handle_t handle);
/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp202 buf->handle, GRALLOC_USAGE_SW_WRITE_OFTEN, bounds, &dst));
278 CHECK_EQ(0, mapper.unlock(buf->handle));
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3InputStream.cpp83 handoutBufferLocked(*buffer, &(anb->handle), /*acquireFence*/fenceFd,
114 if (anb != NULL && &(anb->handle) == buffer.buffer) {
H A DCamera3ZslStream.cpp178 handoutBufferLocked(*buffer, &(anb->handle), /*acquireFence*/fenceFd,
216 if (anb != NULL && &(anb->handle) == buffer.buffer) {
/frameworks/base/core/jni/
H A Dandroid_hardware_SoundTrigger.cpp413 i, nModules[i].handle, nModules[i].properties.description,
417 nModules[i].handle,
452 sound_trigger_module_handle_t handle = local
455 sp<SoundTrigger> module = SoundTrigger::attach(handle, callback);
497 sound_model_handle_t handle; local
635 status = module->loadSoundModel(memory, &handle);
636 ALOGV("loadSoundModel status %d handle %d", status, handle);
640 nHandle[0] = (jint)handle;
/frameworks/native/libs/gui/
H A DConsumerBase.cpp266 mSlots[slot].mGraphicBuffer->handle == graphicBuffer->handle);
H A DSurfaceControl.cpp49 const sp<IBinder>& handle,
51 : mClient(client), mHandle(handle), mGraphicBufferProducer(gbp)
165 ALOGE("invalid handle (%p) or client (%p)",
47 SurfaceControl( const sp<SurfaceComposerClient>& client, const sp<IBinder>& handle, const sp<IGraphicBufferProducer>& gbp) argument
H A DSurface.cpp280 mSlots[i].buffer->handle == buffer->handle) {
284 ALOGE("getSlotFromBufferLocked: unknown buffer: %p", buffer->handle);
873 ALOGW_IF(res, "failed locking buffer (handle = %p)",
874 backBuffer->handle);
899 ALOGE_IF(err, "failed unlocking buffer (%p)", mLockedBuffer->handle);
902 ALOGE_IF(err, "queueBuffer (handle=%p) failed (%s)",
903 mLockedBuffer->handle, strerror(-err));
/frameworks/av/media/libmedia/
H A DIAudioFlinger.cpp827 audio_patch_handle_t *handle)
829 if (patch == NULL || handle == NULL) {
835 data.write(handle, sizeof(audio_patch_handle_t));
841 reply.read(handle, sizeof(audio_patch_handle_t));
844 virtual status_t releaseAudioPatch(audio_patch_handle_t handle) argument
848 data.write(&handle, sizeof(audio_patch_handle_t));
1320 audio_patch_handle_t handle; local
1321 data.read(&handle, sizeof(audio_patch_handle_t));
1322 status_t status = createAudioPatch(&patch, &handle);
1325 reply->write(&handle, sizeo
826 createAudioPatch(const struct audio_patch *patch, audio_patch_handle_t *handle) argument
1331 audio_patch_handle_t handle; local
[all...]
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.cpp1174 buffers[bufferIdx] = anwBuffers[bufferIdx]->handle;
1301 *buffer = &(anb->handle);
1332 container_of(buffer, ANativeWindowBuffer, handle), -1);
1358 container_of(buffer, ANativeWindowBuffer, handle), -1);
1470 if (listener != 0) listener->onBufferReleased(s->handle);
1474 if (listener != 0) listener->onBufferReleased(s->handle);
1484 buffer_handle_t *handle, const wp<BufferReleasedListener> &releaseListener) {
1487 ALOGV("%s: Pushing buffer %p to stream", __FUNCTION__, (void*)(*handle));
1490 entry.handle = handle;
1483 pushIntoStream( buffer_handle_t *handle, const wp<BufferReleasedListener> &releaseListener) argument
[all...]
H A DCamera2Device.h294 status_t pushIntoStream(buffer_handle_t *handle,
320 buffer_handle_t *handle; member in struct:android::Camera2Device::ReprocessStreamAdapter::QueueEntry
/frameworks/base/core/java/com/android/internal/widget/
H A DSlidingTab.java118 * The interface was triggered because the user let go of the handle without reaching the
124 * The interface was triggered because the user grabbed the left handle and moved it past
130 * The interface was triggered because the user grabbed the right handle and moved it past
136 * Called when the user moves a handle beyond the threshold.
139 * @param whichHandle Which "dial handle" the user grabbed,
739 final View handle = mCurrentSlider.tab;
742 int deltaX = (int) x - handle.getLeft() - (handle.getWidth() / 2);
743 handle.offsetLeftAndRight(deltaX);
746 int deltaY = (int) y - handle
[all...]
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClientImpl.cpp270 DecryptHandle* handle = NULL; local
272 handle = getDrmManagerService()->openDecryptSession(uniqueId, uri, mime);
274 return handle;
/frameworks/av/media/libeffects/loudness/
H A DEffectLoudnessEnhancer.cpp230 int LELib_Release(effect_handle_t handle) { argument
231 LoudnessEnhancerContext * pContext = (LoudnessEnhancerContext *)handle;
233 ALOGV("LELib_Release %p", handle);
/frameworks/native/opengl/tests/hwc/
H A DhwcRects.cpp319 layer->handle = it->texture->handle;
521 testPrintI(" buf: %p handle: %p format: %s width: %u height: %u "
523 rect.texture.get(), rect.texture->handle, format->desc,
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h284 sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp);
297 status_t onLayerRemoved(const sp<Client>& client, const sp<IBinder>& handle);
309 const sp<IBinder>& handle,
/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.c218 int32_t DownmixLib_Release(effect_handle_t handle) { argument
219 downmix_module_t *pDwmModule = (downmix_module_t *)handle;
221 ALOGV("DownmixLib_Release() %p", handle);
222 if (handle == NULL) {
675 * pDownmixer handle to instance data
729 * pDownmixer handle to instance data
/frameworks/av/media/libmediaplayerservice/
H A DHDCP.cpp143 return mHDCPModule->encryptNative(graphicBuffer->handle,
/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterfaceImpl.cpp572 audio_patch_handle_t *handle)
581 return mAudioPolicyManager->createAudioPatch(patch, handle,
585 status_t AudioPolicyService::releaseAudioPatch(audio_patch_handle_t handle) argument
595 return mAudioPolicyManager->releaseAudioPatch(handle,
571 createAudioPatch(const struct audio_patch *patch, audio_patch_handle_t *handle) argument
H A DAudioPolicyManager.h175 audio_patch_handle_t *handle,
177 virtual status_t releaseAudioPatch(audio_patch_handle_t handle,
327 AudioPatch(audio_patch_handle_t handle, argument
329 mHandle(handle), mPatch(*patch), mUid(uid), mAfPatchHandle(0) {}
501 audio_io_handle_t mIoHandle; // output handle
529 audio_io_handle_t mIoHandle; // input handle
620 // return io handle of active input or 0 if no input is active
658 // handle special cases for sonification strategy while in call: mute streams or replace by
672 // returns its handle if any.
702 // returns the A2DP output handle i
[all...]
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraDeviceBase.h255 virtual void onBufferReleased(buffer_handle_t *handle) = 0;
/frameworks/native/include/gui/
H A DGLConsumer.h282 // Reference counting EGLImages lets us handle all these cases easily while
300 return mGraphicBuffer == NULL ? NULL : mGraphicBuffer->handle;
/frameworks/native/include/ui/
H A DGraphicBuffer.h77 // create a buffer from an existing handle
79 uint32_t stride, native_handle_t* handle, bool keepOwnership);
/frameworks/av/media/libeffects/proxy/
H A DEffectProxy.cpp147 int EffectProxyRelease(effect_handle_t handle) { argument
148 EffectContext * pContext = (EffectContext *)handle;
263 // The DSP wrapper needs to handle this CMD

Completed in 165 milliseconds

1234567891011