Searched refs:handle (Results 201 - 225 of 286) sorted by relevance

1234567891011>>

/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
200 // AudioFlinger doesn't take over handle reference from client
233 audio_patch_handle_t *handle) = 0;
236 virtual status_t releaseAudioPatch(audio_patch_handle_t handle) = 0;
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3InputStream.cpp84 handoutBufferLocked(*buffer, &(anb->handle), /*acquireFence*/fenceFd,
115 if (anb != NULL && &(anb->handle) == buffer.buffer) {
H A DCamera3ZslStream.cpp180 handoutBufferLocked(*buffer, &(anb->handle), /*acquireFence*/fenceFd,
218 if (anb != NULL && &(anb->handle) == buffer.buffer) {
/frameworks/base/core/java/android/security/
H A DIKeystoreService.aidl72 int abort(IBinder handle);
/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;
H A Dandroid_media_AudioSystem.cpp596 ALOGV("convertAudioPortConfigToNative handle %d role %d type %d",
669 ALOGV("convertAudioPortConfigFromNative handle %d is a %s", nAudioPortConfig->id,
675 // create dummy port and port config objects with just the correct handle
680 jHandle, // handle
692 ALOGV("convertAudioPortConfigFromNative jAudioPort created for handle %d",
987 jHandle, nAudioPort->ext.mix.handle,
1149 audio_patch_handle_t handle = (audio_patch_handle_t)0; local
1157 handle = (audio_patch_handle_t)env->GetIntField(jPatchHandle, gAudioHandleFields.mId);
1162 nPatch.id = handle;
1199 status = AudioSystem::createAudioPatch(&nPatch, &handle);
1249 audio_patch_handle_t handle = (audio_patch_handle_t)0; local
[all...]
/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DITelecomService.aidl224 void placeCall(in Uri handle, in Bundle extras, String callingPackage);
/frameworks/native/libs/gui/
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
/frameworks/av/media/libmedia/
H A DIAudioFlinger.cpp836 audio_patch_handle_t *handle)
838 if (patch == NULL || handle == NULL) {
844 data.write(handle, sizeof(audio_patch_handle_t));
850 reply.read(handle, sizeof(audio_patch_handle_t));
853 virtual status_t releaseAudioPatch(audio_patch_handle_t handle) argument
857 data.write(&handle, sizeof(audio_patch_handle_t));
1357 audio_patch_handle_t handle = {}; local
1358 if (data.read(&handle, sizeof(audio_patch_handle_t)) != NO_ERROR) {
1361 status_t status = createAudioPatch(&patch, &handle);
1364 reply->write(&handle, sizeo
835 createAudioPatch(const struct audio_patch *patch, audio_patch_handle_t *handle) argument
1370 audio_patch_handle_t handle; local
[all...]
H A DAudioSystem.cpp1015 audio_patch_handle_t *handle)
1019 return aps->createAudioPatch(patch, handle);
1022 status_t AudioSystem::releaseAudioPatch(audio_patch_handle_t handle) argument
1026 return aps->releaseAudioPatch(handle);
1148 audio_io_handle_t *handle)
1152 return aps->startAudioSource(source, attributes, handle);
1155 status_t AudioSystem::stopAudioSource(audio_io_handle_t handle) argument
1159 return aps->stopAudioSource(handle);
1014 createAudioPatch(const struct audio_patch *patch, audio_patch_handle_t *handle) argument
1146 startAudioSource(const struct audio_port_config *source, const audio_attributes_t *attributes, audio_io_handle_t *handle) argument
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.cpp1194 buffers[bufferIdx] = anwBuffers[bufferIdx]->handle;
1321 *buffer = &(anb->handle);
1352 container_of(buffer, ANativeWindowBuffer, handle), -1);
1378 container_of(buffer, ANativeWindowBuffer, handle), -1);
1490 if (listener != 0) listener->onBufferReleased(s->handle);
1494 if (listener != 0) listener->onBufferReleased(s->handle);
1504 buffer_handle_t *handle, const wp<BufferReleasedListener> &releaseListener) {
1507 ALOGV("%s: Pushing buffer %p to stream", __FUNCTION__, (void*)(*handle));
1510 entry.handle = handle;
1503 pushIntoStream( buffer_handle_t *handle, const wp<BufferReleasedListener> &releaseListener) argument
[all...]
H A DCamera2Device.h305 status_t pushIntoStream(buffer_handle_t *handle,
331 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,
741 final View handle = mCurrentSlider.tab;
744 int deltaX = (int) x - handle.getLeft() - (handle.getWidth() / 2);
745 handle.offsetLeftAndRight(deltaX);
748 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.cpp318 layer->handle = it->texture->handle;
519 testPrintI(" buf: %p handle: %p format: %s width: %u height: %u "
521 rect.texture.get(), rect.texture->handle, format->desc,
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h286 sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp);
299 status_t onLayerRemoved(const sp<Client>& client, const sp<IBinder>& handle);
311 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/common/managerdefinitions/include/
H A DAudioOutputDescriptor.h119 audio_io_handle_t mIoHandle; // output handle
145 * returns the A2DP output handle if it is open or 0 otherwise
158 audio_devices_t getSupportedDevices(audio_io_handle_t handle) const;
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImplLegacy.cpp542 audio_patch_handle_t *handle __unused)
547 status_t AudioPolicyService::releaseAudioPatch(audio_patch_handle_t handle __unused)
612 audio_io_handle_t *handle)
617 status_t AudioPolicyService::stopAudioSource(audio_io_handle_t handle) argument
610 startAudioSource(const struct audio_port_config *source, const audio_attributes_t *attributes, audio_io_handle_t *handle) argument
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraDeviceBase.h268 virtual void onBufferReleased(buffer_handle_t *handle) = 0;
/frameworks/native/include/gui/
H A DGLConsumer.h283 // Reference counting EGLImages lets us handle all these cases easily while
301 return mGraphicBuffer == NULL ? NULL : mGraphicBuffer->handle;
/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
/frameworks/native/libs/binder/tests/
H A DbinderDriverInterfaceTest.cpp313 .handle = 0,
318 .handle = 0,

Completed in 611 milliseconds

1234567891011>>