Searched refs:handle (Results 226 - 250 of 253) sorted by relevance

1234567891011

/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp279 extern "C" int EffectRelease(effect_handle_t handle){ argument
280 ReverbContext * pContext = (ReverbContext *)handle;
282 ALOGV("\tEffectRelease %p", handle);
472 LvmStatus = LVREV_Process(pContext->hInstance, /* Instance handle */
809 /* Init sets the instance handle */
1486 // pContext - handle to instance data
1524 // pContext - handle to instance data
1747 // pContext - handle to instance data
/frameworks/base/core/java/android/content/
H A DContentResolver.java788 // Client can't handle a sub-section of a file, so close what
2327 * @return a handle that can be used to remove the listener at a later time
2348 * @param handle the handle that was returned by {@link #addStatusChangeListener}
2350 public static void removeStatusChangeListener(Object handle) { argument
2351 if (handle == null) {
2352 throw new IllegalArgumentException("you passed in a null handle");
2355 getContentService().removeStatusChangeListener((ISyncStatusObserver.Stub) handle);
/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.c154 int EffectRelease(effect_handle_t handle) { argument
155 reverb_module_t *pRvbModule = (reverb_module_t *)handle;
157 ALOGV("EffectLibReleaseEffect %p", handle);
158 if (handle == NULL) {
739 * pReverb - handle to instance data
1024 * pReverb - handle to instance data
/frameworks/native/include/binder/
H A DParcel.h120 status_t writeNativeHandle(const native_handle* handle);
/frameworks/native/libs/gui/
H A DBufferQueueConsumer.cpp151 slot, front->mFrameNumber, front->mGraphicBuffer->handle);
H A DIGraphicBufferProducer.cpp247 data.writeNativeHandle(stream->handle());
H A DBufferQueueProducer.cpp147 // handle that case. This is TEMPORARY until we get this fixed.
385 mSlots[*outSlot].mGraphicBuffer->handle, returnFlags);
560 // handle that case. This is TEMPORARY until we get this fixed.
H A DGLConsumer.cpp416 buf, mSlots[buf].mGraphicBuffer->handle);
/frameworks/rs/driver/
H A DrsdAllocation.cpp519 mapper.unlock(drv->wndBuffer->handle);
660 mapper.lock(drv->wndBuffer->handle,
690 mapper.unlock(drv->wndBuffer->handle);
769 mapper.unlock(drv->wndBuffer->handle);
/frameworks/compile/libbcc/gdb_plugin/
H A Dandroid-commands.py181 for handle in self.background_processes:
183 handle.terminate()
432 # TODO: handle possibility that port 8700 is in use (may help with
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp456 testPrintI(" handle: %p",
457 list->hwLayers[layer].handle);
535 str << ' ' << list->hwLayers[layer].handle;
H A DhwcCommit.cpp43 * to handle. The overlays that it can't handle are typically composited
636 // has limits on the number of objects it can handle on any single row.
1420 layer->handle = texture->handle;
/frameworks/base/media/java/android/media/
H A DAudioManager.java2249 * Helper class to handle the forwarding of audio focus events to the appropriate listener
3720 if (ports.get(k).handle().equals(port.handle())) {
3727 Log.e(TAG, "updatePortConfig port not found for handle: "+port.handle().id());
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp350 extern "C" int EffectRelease(effect_handle_t handle){ argument
351 ALOGV("\n\tEffectRelease start %p", handle);
352 EffectContext * pContext = (EffectContext *)handle;
354 ALOGV("\tEffectRelease start handle: %p, context %p", handle, pContext->pBundledContext);
600 /* Init sets the instance handle */
747 LvmStatus = LVM_Process(pContext->pBundledContext->hInstance, /* Instance handle */
1948 // pBassBoost - handle to instance data
2027 // pBassBoost - handle to instance data
2066 // pVirtualizer - handle t
[all...]
/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp687 native_handle_t* handle = NULL; local
H A DACodec.cpp958 info->mGraphicBuffer->handle == buf->handle) {
996 oldest->mGraphicBuffer->handle, oldest->mData->base());
1236 // opaque handle, to which we don't have access.
1353 // Explicity reset the sideband handle of the window for
1467 // fallback for devices that do not handle flex-YUV for native buffers
1481 // device did not handle flex-YUV request for native window, fall back
4566 native_handle_t* handle = local
4568 info->mData->meta()->setPointer("handle", handle);
[all...]
H A DOMXCodec.cpp2024 if (graphicBuffer->handle == buf->handle) {
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java1515 Uri handle = Uri.parse(user);
1519 ConferenceParticipant conferenceParticipant = new ConferenceParticipant(handle,
2904 // This else block is a special case for Verizon to handle these steps
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java1753 // allow... it would be nice to have some better way to handle
3117 // Get the list of persistent preferred activities that handle the intent
3157 // Found a persistent preference that can handle the intent.
3190 // Get the list of preferred activities that handle the intent
3417 // Checking if there are activities in the target user that can handle the
3445 // Checking if there are activities in the target user that can handle the
5753 NativeLibraryHelper.Handle handle = null;
5755 handle = NativeLibraryHelper.Handle.create(scanFile);
5756 if (NativeLibraryHelper.hasRenderscriptBitcode(handle)) {
5762 IoUtils.closeQuietly(handle);
[all...]
/frameworks/native/opengl/libagl/
H A Dtexture.cpp139 int err = module->lock(module, native_buffer->handle,
166 module->unlock(module, native_buffer->handle);
291 // use pixel-flinger to handle all the conversions
370 // convert the pixelformat to one we can handle
1535 // use pixel-flinger to handle all the conversions
H A Degl.cpp439 err = module->lock(module, buf->handle,
450 err = module->unlock(module, buf->handle);
1494 // now, handle the attributes which have a useful default value
/frameworks/base/services/core/jni/
H A Dcom_android_server_tv_TvInputHal.cpp226 buffer->handle, ++mSeq);
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs1544 <li><a href="<?cs var:toroot ?>training/load-data-background/handle-results.html">
/frameworks/opt/net/wifi/service/tools/halutil/
H A Dhalutil.cpp161 static void cleaned_up_handler(wifi_handle handle) { argument
/frameworks/base/core/java/android/os/
H A DBatteryStats.java404 * could clash with a sensor handle (which are defined by
3208 int handle = se.getHandle();
3209 if (handle == Uid.Sensor.GPS) {
3212 sb.append(handle);

Completed in 541 milliseconds

1234567891011