Searched defs:handle (Results 251 - 261 of 261) sorted by relevance

<<11

/frameworks/base/tests/net/java/com/android/server/
H A DConnectivityServiceTest.java254 public void startActivityAsUser(Intent intent, UserHandle handle) { argument
/frameworks/rs/
H A DrsApiStubs.cpp38 // object is returned to Java / C++, instead of the RsContext handle.
131 void* handle = dlopen("libRSCacheDir.so", RTLD_LAZY | RTLD_LOCAL); local
132 if (!handle ||
133 !(queryCacheDir = (QueryCacheDirFnPtr)dlsym(handle, "rsQueryCacheDir"))) {
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp277 void* handle = NULL; local
279 handle = dlopen("libRS.so", RTLD_LAZY | RTLD_LOCAL);
284 handle = dlopen(libPathJni, RTLD_LAZY | RTLD_LOCAL);
287 handle = dlopen("libRSSupport.so", RTLD_LAZY | RTLD_LOCAL);
290 if (handle == NULL) {
295 if (loadSymbols(handle, dispatchTab, targetApi) == false) {
297 dlclose(handle);
2101 void* handle = NULL; local
2105 handle = dlopen(libPathJni, RTLD_LAZY | RTLD_LOCAL);
2108 handle
[all...]
/frameworks/av/media/libstagefright/
H A DACodec.cpp1356 mComponentName.c_str(), info->mBufferID, info->mGraphicBuffer->handle);
1483 info->mGraphicBuffer->handle == buf->handle) {
1500 info->mGraphicBuffer->handle);
1556 oldest->mGraphicBuffer->handle);
1670 // however when the same buffer is parcelled again, a new handle could be
1671 // created on server side, and some decoder doesn't recognize the handle
1803 // opaque handle, to which we don't have access.
1940 // Explicity reset the sideband handle of the window for
2047 // fallback for devices that do not handle fle
5935 sp<NativeHandle> handle = NativeHandle::create( local
6135 native_handle_t *handle = NULL; local
[all...]
/frameworks/av/services/audioflinger/
H A DThreads.cpp166 // Supporting this option will require fixing HALs that can't handle large writes.
653 audio_patch_handle_t *handle)
656 sp<ConfigEvent> configEvent = (ConfigEvent *)new CreateAudioPatchConfigEvent(*patch, *handle);
661 *handle = data->mHandle;
667 const audio_patch_handle_t handle)
670 sp<ConfigEvent> configEvent = (ConfigEvent *)new ReleaseAudioPatchConfigEvent(handle);
821 dprintf(fd, " I/O handle: %d\n", mId);
1281 sp<EffectHandle> handle; local
1341 // create effect handle and connect it to effect module
1342 handle
651 sendCreateAudioPatchConfigEvent( const struct audio_patch *patch, audio_patch_handle_t *handle) argument
666 sendReleaseAudioPatchConfigEvent( const audio_patch_handle_t handle) argument
1371 disconnectEffectHandle(EffectHandle *handle, bool unpinIfLast) argument
3643 createAudioPatch_l(const struct audio_patch *patch, audio_patch_handle_t *handle) argument
3658 createAudioPatch_l(const struct audio_patch *patch, audio_patch_handle_t *handle) argument
3732 releaseAudioPatch_l(const audio_patch_handle_t handle) argument
3746 releaseAudioPatch_l(const audio_patch_handle_t handle) argument
7785 createAudioPatch_l(const struct audio_patch *patch, audio_patch_handle_t *handle) argument
7841 releaseAudioPatch_l(const audio_patch_handle_t handle) argument
7904 start(const AudioClient& client, audio_port_handle_t *handle) argument
7911 stop(audio_port_handle_t handle) argument
8013 start(const AudioClient& client, audio_port_handle_t *handle) argument
8130 stop(audio_port_handle_t handle) argument
8351 createAudioPatch_l(const struct audio_patch *patch, audio_patch_handle_t *handle) argument
8438 releaseAudioPatch_l(const audio_patch_handle_t handle) argument
[all...]
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp3915 for (auto& handle : handlesCreated) {
3916 native_handle_delete(handle);
4031 int streamId, const native_handle_t* handle) {
4042 auto it = bIdMap.find(handle);
4045 __FUNCTION__, handle, streamId);
4051 __FUNCTION__, streamId, bIdMap.size(), handle);
4030 onBufferFreed( int streamId, const native_handle_t* handle) argument
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp2363 // also handle displays that changed
2712 // handle hidden surfaces by setting the visible region to empty
3055 const sp<IBinder>& handle,
3091 client->attachLayer(handle, lbc);
3514 int32_t windowType, int32_t ownerUid, sp<IBinder>* handle,
3533 handle, gbp, &layer);
3539 handle, &layer);
3559 result = addClientLayer(client, *handle, *gbp, layer, *parent);
3595 sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp, sp<Layer>* outLayer)
3611 *handle
3054 addClientLayer(const sp<Client>& client, const sp<IBinder>& handle, const sp<IGraphicBufferProducer>& gbc, const sp<Layer>& lbc, const sp<Layer>& parent) argument
3510 createLayer( const String8& name, const sp<Client>& client, uint32_t w, uint32_t h, PixelFormat format, uint32_t flags, int32_t windowType, int32_t ownerUid, sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp, sp<Layer>* parent) argument
3593 createBufferLayer(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
3620 createColorLayer(const sp<Client>& client, const String8& name, uint32_t w, uint32_t h, uint32_t flags, sp<IBinder>* handle, sp<Layer>* outLayer) argument
3629 onLayerRemoved(const sp<Client>& client, const sp<IBinder>& handle) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DEditor.java140 * Helper class used by TextView to handle editable text views.
514 // Will handle the cases where the settings has been changed in the meantime.
971 // Possible when the word iterator does not properly handle the text's language
2985 // The input is in extract mode. Do not handle the easy edit in
4131 // No textClassification result to handle the click. Eat the click.
4451 // Where the touch position should be on the handle to ensure a maximum cursor visibility
4463 // Indicates the line of text that the handle is on.
4616 // A dragging handle should always be shown.
4867 private boolean handleOverlapsMagnifier(@NonNull final HandleView handle, argument
4869 final PopupWindow window = handle
[all...]
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java807 // Maps global key codes to the components that will handle them.
1445 // Figure out how to handle the key now that it has been released.
3660 // First we always handle the home key here, so applications
3662 // it handle it, because that gives us the correct 5 second
3714 // Remember that home is pressed and handle special actions.
4069 // Let the application handle the key.
4266 // Need to formalize an API to handle others
4273 Slog.w(TAG, "No activity to handle assist long press action.", e);
4307 private void startActivityAsUser(Intent intent, UserHandle handle) { argument
4309 mContext.startActivityAsUser(intent, handle);
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java9020 public Sensor(BatteryStatsImpl bsi, Uid uid, int handle) { argument
9023 mHandle = handle;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 465 milliseconds

<<11