Searched refs:handle (Results 251 - 275 of 286) sorted by relevance

<<1112

/frameworks/base/telecomm/java/android/telecom/
H A DCall.java390 * @return The handle (e.g., phone number) to which the {@code Call} is currently
398 * @return The presentation requirements for the handle. See
542 Uri handle,
556 mHandle = handle;
541 Details( Uri handle, int handlePresentation, String callerDisplayName, int callerDisplayNamePresentation, PhoneAccountHandle accountHandle, int capabilities, int properties, DisconnectCause disconnectCause, long connectTimeMillis, GatewayInfo gatewayInfo, int videoState, StatusHints statusHints, Bundle extras, Bundle intentExtras) argument
/frameworks/native/opengl/include/EGL/
H A Deglext.h289 EGLAPI EGLBoolean EGLAPIENTRY eglExportDRMImageMESA (EGLDisplay dpy, EGLImageKHR image, EGLint *name, EGLint *handle, EGLint *stride);
292 typedef EGLBoolean (EGLAPIENTRYP PFNEGLEXPORTDRMIMAGEMESAPROC) (EGLDisplay dpy, EGLImageKHR image, EGLint *name, EGLint *handle, EGLint *stride);
/frameworks/rs/cpp/
H A DrsDispatch.h186 bool loadSymbols(void* handle, dispatchTable& dispatchTab, int device_api = 0);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java762 int handle = GLES20.glGetAttribLocation(mProgram, name);
763 if (handle >= 0) {
764 result = new VertexAttribute(name, handle);
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp494 sp<IBinder> handle; local
497 &handle, &gbp);
500 sur = new SurfaceControl(this, handle, gbp);
H A DBufferQueueConsumer.cpp170 slot, front->mFrameNumber, front->mGraphicBuffer->handle);
H A DSensor.cpp51 mHandle = hwSensor->handle;
262 ALOGE("Reporting Mode incorrect: sensor %s handle=%d type=%d "
H A DIGraphicBufferConsumer.cpp425 reply->writeNativeHandle(stream->handle());
H A DIGraphicBufferProducer.cpp253 data.writeNativeHandle(stream->handle());
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1360 // also handle displays that changed
1699 // handle hidden surfaces by setting the visible region to empty
2045 const sp<IBinder>& handle,
2060 client->attachLayer(handle, lbc);
2288 sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp)
2305 handle, gbp, &layer);
2310 handle, gbp, &layer);
2321 result = addClientLayer(client, *handle, *gbp, layer);
2332 sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp, sp<Layer>* outLayer)
2348 *handle
2044 addClientLayer(const sp<Client>& client, const sp<IBinder>& handle, const sp<IGraphicBufferProducer>& gbc, const sp<Layer>& lbc) argument
2284 createLayer( const String8& name, const sp<Client>& client, uint32_t w, uint32_t h, PixelFormat format, uint32_t flags, sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp) argument
2330 createNormalLayer(const sp<Client>& client, const String8& name, uint32_t w, uint32_t h, uint32_t flags, PixelFormat& format, sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp, sp<Layer>* outLayer) argument
2356 createDimLayer(const sp<Client>& client, const String8& name, uint32_t w, uint32_t h, uint32_t flags, sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp, sp<Layer>* outLayer) argument
2366 onLayerRemoved(const sp<Client>& client, const sp<IBinder>& handle) argument
[all...]
/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.java805 // Client can't handle a sub-section of a file, so close what
2387 * @return a handle that can be used to remove the listener at a later time
2408 * @param handle the handle that was returned by {@link #addStatusChangeListener}
2410 public static void removeStatusChangeListener(Object handle) { argument
2411 if (handle == null) {
2412 throw new IllegalArgumentException("you passed in a null handle");
2415 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.h123 status_t writeNativeHandle(const native_handle* handle);
/frameworks/rs/driver/
H A DrsdAllocation.cpp559 mapper.unlock(drv->wndBuffer->handle);
701 mapper.lock(drv->wndBuffer->handle,
731 mapper.unlock(drv->wndBuffer->handle);
814 mapper.unlock(drv->wndBuffer->handle);
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp273 void* handle = NULL; local
275 handle = dlopen("libRS.so", RTLD_LAZY | RTLD_LOCAL);
277 handle = dlopen("libRSSupport.so", RTLD_LAZY | RTLD_LOCAL);
279 if (handle == NULL) {
284 if (loadSymbols(handle, dispatchTab, targetApi) == false) {
1835 void* handle = NULL; local
1836 handle = dlopen("libRSSupport.so", RTLD_LAZY | RTLD_LOCAL);
1837 if (handle == NULL) {
1842 if (loadSymbols(handle, dispatchTabInc, deviceApi) == false) {
/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.cpp454 testPrintI(" handle: %p",
455 list->hwLayers[layer].handle);
533 str << ' ' << list->hwLayers[layer].handle;
H A DhwcCommit.cpp43 * to handle. The overlays that it can't handle are typically composited
635 // has limits on the number of objects it can handle on any single row.
1419 layer->handle = texture->handle;
/frameworks/base/media/java/android/media/
H A DAudioManager.java2124 * Helper class to handle the forwarding of audio focus events to the appropriate listener
3686 if (ports.get(k).handle().equals(port.handle())) {
3693 Log.e(TAG, "updatePortConfig port not found for handle: "+port.handle().id());
3984 * Helper class to handle the forwarding of native events to the appropriate listener
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp351 extern "C" int EffectRelease(effect_handle_t handle){ argument
352 ALOGV("\n\tEffectRelease start %p", handle);
353 EffectContext * pContext = (EffectContext *)handle;
355 ALOGV("\tEffectRelease start handle: %p, context %p", handle, pContext->pBundledContext);
601 /* Init sets the instance handle */
748 LvmStatus = LVM_Process(pContext->pBundledContext->hInstance, /* Instance handle */
1986 // pBassBoost - handle to instance data
2065 // pBassBoost - handle to instance data
2104 // pVirtualizer - handle t
[all...]
/frameworks/av/media/libstagefright/
H A DACodec.cpp1334 info->mGraphicBuffer->handle == buf->handle) {
1409 oldest->mGraphicBuffer->handle, oldest->mData->base());
1704 // opaque handle, to which we don't have access.
1821 // Explicity reset the sideband handle of the window for
1935 // fallback for devices that do not handle flex-YUV for native buffers
1955 // device did not handle flex-YUV request for native window, fall back
5150 native_handle_t *handle = NULL; local
5155 handle = (native_handle_t *)(uintptr_t)grallocMeta.pHandle;
5160 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
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java1615 Uri handle = Uri.parse(user);
1623 ConferenceParticipant conferenceParticipant = new ConferenceParticipant(handle,
3065 // This else block is a special case for Verizon to handle these steps
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DStreamingProcessor.cpp931 mId, item.mGraphicBuffer->handle, strerror(-res), res);

Completed in 1738 milliseconds

<<1112