Searched refs:handle (Results 1 - 25 of 347) sorted by last modified time

1234567891011>>

/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp275 void* handle = NULL; local
277 handle = dlopen("libRS.so", RTLD_LAZY | RTLD_LOCAL);
282 handle = dlopen(libPathJni, RTLD_LAZY | RTLD_LOCAL);
285 handle = dlopen("libRSSupport.so", RTLD_LAZY | RTLD_LOCAL);
288 if (handle == NULL) {
293 if (loadSymbols(handle, dispatchTab, targetApi) == false) {
295 dlclose(handle);
2086 void* handle = NULL; local
2090 handle = dlopen(libPathJni, RTLD_LAZY | RTLD_LOCAL);
2093 handle
[all...]
/frameworks/webview/chromium/loader/
H A Dloader.cpp90 void* handle = android_dlopen_ext(lib, RTLD_NOW, &extinfo); local
92 if (handle == NULL) {
128 void* handle = android_dlopen_ext(lib, RTLD_NOW, &extinfo); local
130 if (handle == NULL) {
139 /* JNI wrappers - handle string lifetimes and 32/64 ABI choice */
210 // return, so no need to handle errors here.
/frameworks/rs/api/
H A Drs_graphics.spec124 Opaque handle to a RenderScript font object.
136 Opaque handle to a RenderScript mesh object.
147 Opaque handle to a RenderScript ProgramFragment object.
158 Opaque handle to a RenderScript ProgramVertex object.
169 Opaque handle to a RenderScript ProgramRaster object.
180 Opaque handle to a RenderScript ProgramStore object.
H A Drs_object_types.spec25 // Opaque handle to a RenderScript object. Do not use this directly.
46 An opaque handle to a RenderScript element.
55 An opaque handle to a RenderScript type.
64 An opaque handle to a RenderScript allocation.
73 An opaque handle to a RenderScript sampler object.
82 An opaque handle to a RenderScript script object.
140 value: RS_TYPE_ELEMENT = 1000, "A handle to an Element."
141 value: RS_TYPE_TYPE = 1001, "A handle to a Type."
142 value: RS_TYPE_ALLOCATION = 1002, "A handle to an Allocation."
143 value: RS_TYPE_SAMPLER = 1003, "A handle t
[all...]
/frameworks/rs/cpp/
H A DRenderScript.cpp80 void* handle = dlopen(filename, RTLD_LAZY | RTLD_LOCAL); local
81 if (handle == nullptr) {
86 if (loadSymbols(handle, *RS::dispatch, targetApi) == false) {
H A DrsDispatch.cpp26 bool loadSymbols(void* handle, dispatchTable& dispatchTab, int targetApiLevel) { argument
29 dispatchTab.SetNativeLibDir = (SetNativeLibDirFnPtr)dlsym(handle, "rsaContextSetNativeLibDir");
36 dispatchTab.Allocation1DData = (Allocation1DDataFnPtr)dlsym(handle, "rsAllocation1DData");
37 dispatchTab.Allocation1DElementData = (Allocation1DElementDataFnPtr)dlsym(handle, "rsAllocation1DElementData");
38 dispatchTab.Allocation1DRead = (Allocation1DReadFnPtr)dlsym(handle, "rsAllocation1DRead");
39 dispatchTab.Allocation2DData = (Allocation2DDataFnPtr)dlsym(handle, "rsAllocation2DData");
40 dispatchTab.Allocation2DRead = (Allocation2DReadFnPtr)dlsym(handle, "rsAllocation2DRead");
41 dispatchTab.Allocation3DData = (Allocation3DDataFnPtr)dlsym(handle, "rsAllocation3DData");
42 dispatchTab.Allocation3DRead = (Allocation3DReadFnPtr)dlsym(handle, "rsAllocation3DRead");
43 dispatchTab.AllocationCopy2DRange = (AllocationCopy2DRangeFnPtr)dlsym(handle, "rsAllocationCopy2DRang
[all...]
H A DrsDispatch.h187 bool loadSymbols(void* handle, dispatchTable& dispatchTab, int device_api = 0);
/frameworks/rs/cpu_ref/
H A DrsCpuBLASDispatch.h450 void* handle = NULL; local
451 handle = dlopen("libblasV8.so", RTLD_LAZY | RTLD_LOCAL);
453 if (handle == NULL) {
459 x = (FnPtr_##x)dlsym(handle, #x); \
/frameworks/rs/driver/
H A DrsdAllocation.cpp586 mapper.unlock(drv->wndBuffer->handle);
728 mapper.lock(drv->wndBuffer->handle,
758 mapper.unlock(drv->wndBuffer->handle);
841 mapper.unlock(drv->wndBuffer->handle);
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionListenerProxy.java55 handle(t, "onCalling()");
71 handle(t, "onRinging()");
86 handle(t, "onRingingBack()");
102 handle(t, "onCallEstablished()");
117 handle(t, "onCallEnded()");
133 handle(t, "onCallTransferring()");
148 handle(t, "onCallBusy()");
164 handle(t, "onCallChangeFailed()");
180 handle(t, "onError()");
195 handle(
248 private void handle(Throwable t, String message) { method in class:SipSessionListenerProxy
[all...]
/frameworks/opt/net/wifi/service/jni/
H A Dcom_android_server_wifi_WifiNative.cpp331 void android_net_wifi_hal_cleaned_up_handler(wifi_handle handle) { argument
415 wifi_interface_handle handle = (wifi_interface_handle) value; local
416 int result = hal_fn.wifi_get_iface_name(handle, buf, sizeof(buf));
456 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
457 // ALOGD("starting scan on interface[%d] = %p", iface, handle);
526 return hal_fn.wifi_start_gscan(id, handle, params, handler) == WIFI_SUCCESS;
532 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
533 // ALOGD("stopping scan on interface[%d] = %p", iface, handle);
535 return hal_fn.wifi_stop_gscan(id, handle) == WIFI_SUCCESS;
551 wifi_interface_handle handle local
617 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
773 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
831 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
886 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
952 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1004 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1021 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1086 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1206 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1274 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1307 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1357 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1367 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1395 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1422 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1434 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1477 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1513 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1523 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1537 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1570 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1597 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1643 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1674 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1700 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1818 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1844 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1871 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1946 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1973 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
2183 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
2268 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
2281 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
2328 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
2363 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
2385 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
2399 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
2413 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
[all...]
H A Dcom_android_server_wifi_nan_WifiNanNative.cpp215 wifi_interface_handle handle = getIfaceHandle(helper, wifi_native_cls, iface); local
217 ALOGD("android_net_wifi_nan_register_handler handle=%p", handle);
236 return hal_fn.wifi_nan_register_handler(handle, handlers);
245 wifi_interface_handle handle = getIfaceHandle(helper, wifi_native_cls, iface); local
247 ALOGD("android_net_wifi_nan_enable_request handle=%p, id=%d",
248 handle, transaction_id);
260 return hal_fn.wifi_nan_enable_request(transaction_id, handle, &msg);
268 wifi_interface_handle handle = getIfaceHandle(helper, wifi_native_cls, iface); local
270 ALOGD("android_net_wifi_nan_get_capabilities handle
281 wifi_interface_handle handle = getIfaceHandle(helper, wifi_native_cls, iface); local
297 wifi_interface_handle handle = getIfaceHandle(helper, wifi_native_cls, iface); local
365 wifi_interface_handle handle = getIfaceHandle(helper, wifi_native_cls, iface); local
435 wifi_interface_handle handle = getIfaceHandle(helper, wifi_native_cls, iface); local
466 wifi_interface_handle handle = getIfaceHandle(helper, wifi_native_cls, iface); local
484 wifi_interface_handle handle = getIfaceHandle(helper, wifi_native_cls, iface); local
[all...]
H A Dwifi_hal_stub.h30 wifi_error wifi_initialize_stub(wifi_handle *handle);
31 void wifi_cleanup_stub(wifi_handle handle, wifi_cleaned_up_handler handler);
32 void wifi_event_loop_stub(wifi_handle handle);
34 wifi_error wifi_get_supported_feature_set_stub(wifi_interface_handle handle, feature_set *set);
35 wifi_error wifi_get_concurrency_matrix_stub(wifi_interface_handle handle, int set_size_max,
37 wifi_error wifi_get_ifaces_stub(wifi_handle handle, int *num_ifaces, wifi_interface_handle **ifaces);
42 wifi_error wifi_set_nodfs_flag_stub(wifi_interface_handle handle, u32 nodfs);
43 wifi_error wifi_set_scanning_mac_oui_stub(wifi_interface_handle handle, unsigned char *oui);
44 wifi_error wifi_get_supported_channels_stub(wifi_handle handle, int *size, wifi_channel *list);
45 wifi_error wifi_is_epr_supported_stub(wifi_handle handle);
[all...]
/frameworks/opt/net/wifi/service/lib/
H A Dwifi_hal_stub.cpp21 wifi_error wifi_initialize_stub(wifi_handle *handle) { argument
25 void wifi_cleanup_stub(wifi_handle handle, wifi_cleaned_up_handler handler) { argument
28 void wifi_event_loop_stub(wifi_handle handle) { argument
36 wifi_error wifi_get_supported_feature_set_stub(wifi_interface_handle handle, feature_set *set) { argument
40 wifi_error wifi_get_concurrency_matrix_stub(wifi_interface_handle handle, int max_size, argument
45 wifi_error wifi_set_scanning_mac_oui_stub(wifi_interface_handle handle, unsigned char *oui_data) { argument
50 wifi_error wifi_get_supported_channels_stub(wifi_handle handle, int *size, wifi_channel *list) { argument
55 wifi_error wifi_is_epr_supported_stub(wifi_handle handle) { argument
60 wifi_error wifi_get_ifaces_stub(wifi_handle handle, int *num_ifaces, wifi_interface_handle **ifaces) { argument
109 wifi_error wifi_get_gscan_capabilities_stub(wifi_interface_handle handle, argument
128 wifi_get_valid_channels_stub(wifi_interface_handle handle, int band, int max_channels, wifi_channel *channels, int *num_channels) argument
290 wifi_get_tx_pkt_fates_stub(wifi_interface_handle handle, wifi_tx_report *tx_report_bufs, size_t n_requested_fates, size_t *n_provided_fates) argument
295 wifi_get_rx_pkt_fates_stub(wifi_interface_handle handle, wifi_rx_report *rx_report_bufs, size_t n_requested_fates, size_t *n_provided_fates) argument
369 wifi_nan_get_version_stub(wifi_handle handle, NanVersion* version) argument
379 wifi_get_packet_filter_capabilities_stub(wifi_interface_handle handle, u32 *version, u32 *max_len) argument
384 wifi_set_packet_filter_stub(wifi_interface_handle handle, const u8 *program, u32 len) argument
[all...]
/frameworks/opt/net/wifi/tests/wifitests/jni/
H A Dwifi_hal_mock.h90 wifi_error wifi_nan_get_version_mock(wifi_handle handle, NanVersion* version);
H A Dwifi_nan_hal_mock.cpp314 wifi_error wifi_nan_get_version_mock(wifi_handle handle, NanVersion* version) { argument
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java1615 Uri handle = Uri.parse(user);
1623 ConferenceParticipant conferenceParticipant = new ConferenceParticipant(handle,
3081 // This else block is a special case for Verizon to handle these steps
/frameworks/native/cmds/servicemanager/
H A Dbctest.c13 uint32_t handle; local
25 handle = bio_get_ref(&reply);
27 if (handle)
28 binder_acquire(bs, handle);
32 return handle;
63 uint32_t handle; local
75 handle = svcmgr_lookup(bs, svcmgr, "alt_svc_mgr");
76 if (!handle) {
80 svcmgr = handle;
81 fprintf(stderr,"svcmgr is via %x\n", handle);
[all...]
H A Dbinder.c329 data.payload.handle = target;
352 writebuf.txn.target.handle = target;
521 void bio_put_ref(struct binder_io *bio, uint32_t handle) argument
525 if (handle)
535 obj->handle = handle;
652 return obj->handle;
H A Dbinder.h30 /* the one magic handle */
85 void bio_put_ref(struct binder_io *bio, uint32_t handle);
H A Dservice_manager.c142 uint32_t handle; member in struct:svcinfo
169 if (si->handle) {
170 binder_release(bs, si->handle);
171 si->handle = 0;
185 if (!si || !si->handle) {
202 return si->handle;
207 uint32_t handle, uid_t uid, int allow_isolated,
212 //ALOGI("add_service('%s',%x,%s) uid=%d\n", str8(s, len), handle,
215 if (!handle || (len == 0) || (len > 127))
220 str8(s, len), handle, ui
205 do_add_service(struct binder_state *bs, const uint16_t *s, size_t len, uint32_t handle, uid_t uid, int allow_isolated, pid_t spid) argument
263 uint32_t handle; local
[all...]
/frameworks/native/include/android/
H A Dsensor.h212 int32_t handle; member in struct:ADynamicSensorEvent
/frameworks/native/include/binder/
H A DBpBinder.h30 BpBinder(int32_t handle);
32 inline int32_t handle() const { return mHandle; } function in class:android::BpBinder
H A DIPCThreadState.h63 status_t transact(int32_t handle,
67 void incStrongHandle(int32_t handle);
68 void decStrongHandle(int32_t handle);
69 void incWeakHandle(int32_t handle);
70 void decWeakHandle(int32_t handle);
71 status_t attemptIncStrongHandle(int32_t handle);
72 static void expungeHandle(int32_t handle, IBinder* binder);
73 status_t requestDeathNotification( int32_t handle,
75 status_t clearDeathNotification( int32_t handle,
101 int32_t handle,
[all...]
H A DParcel.h174 status_t writeNativeHandle(const native_handle* handle);

Completed in 6950 milliseconds

1234567891011>>