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

1234567891011>>

/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/src/
H A Dloc_api_rpcgen_xdr.c74 if (!xdr_rpc_loc_client_handle_type (xdrs, &objp->handle))
84 if (!xdr_rpc_loc_client_handle_type (xdrs, &objp->handle))
94 if (!xdr_rpc_loc_client_handle_type (xdrs, &objp->handle))
104 if (!xdr_rpc_loc_client_handle_type (xdrs, &objp->handle))
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A Dloc_api_sync_call.h71 rpc_loc_client_handle_type loc_handle, /* handle of the client */
79 rpc_loc_client_handle_type handle,
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/src/
H A Dloc_api_rpcgen_xdr.c74 if (!xdr_rpc_loc_client_handle_type (xdrs, &objp->handle))
84 if (!xdr_rpc_loc_client_handle_type (xdrs, &objp->handle))
94 if (!xdr_rpc_loc_client_handle_type (xdrs, &objp->handle))
104 if (!xdr_rpc_loc_client_handle_type (xdrs, &objp->handle))
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A Dloc_api_sync_call.h71 rpc_loc_client_handle_type loc_handle, /* handle of the client */
79 rpc_loc_client_handle_type handle,
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/src/
H A Dloc_api_rpcgen_xdr.c74 if (!xdr_rpc_loc_client_handle_type (xdrs, &objp->handle))
84 if (!xdr_rpc_loc_client_handle_type (xdrs, &objp->handle))
94 if (!xdr_rpc_loc_client_handle_type (xdrs, &objp->handle))
104 if (!xdr_rpc_loc_client_handle_type (xdrs, &objp->handle))
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dwificonfigcommand.h57 WiFiConfigCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd);
H A Dtdls.cpp43 TdlsCommand::TdlsCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd) argument
44 : WifiVendorCommand(handle, id, vendor_id, subcmd)
57 TdlsCommand* TdlsCommand::instance(wifi_handle handle) argument
59 if (handle == NULL) {
64 mTdlsCommandInstance = new TdlsCommand(handle, 0,
72 if (handle != getWifiHandle(mTdlsCommandInstance->mInfo))
74 /* upper layer must have cleaned up the handle and reinitialized,
76 ALOGV("Handle different, update the handle");
77 mTdlsCommandInstance->mInfo = (hal_info *)handle;
365 wifi_handle handle local
444 wifi_handle handle = getWifiHandle(iface); local
494 wifi_handle handle = getWifiHandle(iface); local
546 wifi_handle handle = getWifiHandle(iface); local
[all...]
H A Dwifiloggercmd.h87 WifiLoggerCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd);
89 static WifiLoggerCommand* instance(wifi_handle handle);
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioUsbALSA.cpp364 status_t AudioUsbALSA::closeDevice(pcm *handle) argument
366 ALOGD("closeDevice handle %p", handle);
368 if (handle) {
369 err = pcm_close(handle);
374 handle = NULL;
592 struct pcm * handle = NULL; local
593 handle = pcm_open(flags, hw);
594 if (!handle || handle
637 startDevice(pcm *handle, bool *killThread) argument
666 syncPtr(struct pcm *handle, bool *killThread) argument
[all...]
/hardware/ti/omap4-aah/camera/
H A DBufferSourceAdapter.cpp425 buffer_handle_t *handle; local
429 err = mBufferSource->dequeue_buffer(mBufferSource, &handle, &stride);
440 CAMHAL_LOGDB("got handle %p", handle);
441 mBuffers[i].opaque = (void *)handle;
444 mFramesWithCameraAdapterMap.add(handle, i);
453 buffer_handle_t *handle = (buffer_handle_t *) mBuffers[i].opaque; local
454 mBufferSource->lock_buffer(mBufferSource, handle);
455 mapper.lock(*handle, CAMHAL_GRALLOC_USAGE, bounds, y_uv);
461 buffer_handle_t *handle local
560 buffer_handle_t *handle; local
630 buffer_handle_t *handle; local
771 buffer_handle_t *handle = (buffer_handle_t *) mBuffers[value].opaque; local
844 buffer_handle_t *handle = NULL; local
[all...]
/hardware/libhardware/include/hardware/
H A Dbt_gatt_client.h43 uint16_t handle; member in struct:__anon1590
63 uint16_t handle; member in struct:__anon1592
139 int registered, int status, uint16_t handle);
152 typedef void (*write_characteristic_callback)(int conn_id, int status, uint16_t handle);
162 typedef void (*write_descriptor_callback)(int conn_id, int status, uint16_t handle);
302 bt_status_t (*read_characteristic)( int conn_id, uint16_t handle,
306 bt_status_t (*write_characteristic)(int conn_id, uint16_t handle,
311 bt_status_t (*read_descriptor)(int conn_id, uint16_t handle, int auth_req);
314 bt_status_t (*write_descriptor)( int conn_id, uint16_t handle,
326 const bt_bdaddr_t *bd_addr, uint16_t handle);
[all...]
H A Dsound_trigger.h78 * Only one active recognition per model at a time. The SoundTrigger service will handle
80 * The implementation returns a unique handle used by other functions (unload_sound_model(),
87 sound_model_handle_t *handle);
94 sound_model_handle_t handle);
/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DWsbm.cpp100 bool Wsbm::wrapTTMBuffer(int64_t handle, void **buf) argument
102 int ret = psbWsbmWrapTTMBuffer(handle, buf);
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
H A DWsbm.cpp100 bool Wsbm::wrapTTMBuffer(uint32_t handle, void **buf) argument
102 int ret = psbWsbmWrapTTMBuffer(handle, buf);
/hardware/intel/img/hwcomposer/moorefield_hdmi/platforms/merrifield_plus/
H A DPlatfBufferManager.cpp46 DataBuffer* PlatfBufferManager::createDataBuffer(uint32_t handle) argument
48 return new TngGrallocBuffer(handle);
/hardware/libhardware/modules/input/evdev/
H A DInputMapper.h63 virtual void setDeviceHandle(InputDeviceHandle* handle) { mDeviceHandle = handle; } argument
/hardware/qcom/display/msm8084/libgralloc/
H A Dionalloc.cpp92 fd_data.handle = ionAllocData.handle;
93 handle_data.handle = ionAllocData.handle;
194 handle_data.handle = fd_data.handle;
195 flush_data.handle = fd_data.handle;
/hardware/qcom/display/msm8226/libgralloc/
H A Dionalloc.cpp92 fd_data.handle = ionAllocData.handle;
93 handle_data.handle = ionAllocData.handle;
198 handle_data.handle = fd_data.handle;
199 flush_data.handle = fd_data.handle;
/hardware/qcom/display/msm8909/libgralloc/
H A Dionalloc.cpp95 fd_data.handle = ionAllocData.handle;
96 handle_data.handle = ionAllocData.handle;
206 handle_data.handle = fd_data.handle;
207 flush_data.handle = fd_data.handle;
/hardware/qcom/display/msm8960/libgralloc/
H A Dionalloc.cpp92 fd_data.handle = ionAllocData.handle;
93 handle_data.handle = ionAllocData.handle;
198 handle_data.handle = fd_data.handle;
199 flush_data.handle = fd_data.handle;
/hardware/qcom/display/msm8994/libgralloc/
H A Dionalloc.cpp101 fd_data.handle = ionAllocData.handle;
102 handle_data.handle = ionAllocData.handle;
212 handle_data.handle = fd_data.handle;
213 flush_data.handle = fd_data.handle;
/hardware/qcom/display/msm8996/libgralloc/
H A Dionalloc.cpp91 fd_data.handle = ionAllocData.handle;
92 handle_data.handle = ionAllocData.handle;
202 handle_data.handle = fd_data.handle;
203 flush_data.handle = fd_data.handle;
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_ion.h86 struct ion_handle *handle; member in struct:ion_flush_data
95 struct ion_handle *handle; member in struct:ion_flag_data
/hardware/qcom/msm8x27/kernel-headers/linux/
H A Dmsm_ion.h86 struct ion_handle *handle; member in struct:ion_flush_data
95 struct ion_handle *handle; member in struct:ion_flag_data
/hardware/ti/omap4-aah/test/CameraHal/
H A Dsurfacetexture_test.cpp156 mapper.lock(anb[i]->handle, GRALLOC_USAGE_SW_READ_RARELY,
163 mapper.unlock(anb[i]->handle);
178 struct ion_handle *handle; local
190 handle = NULL;
191 ret = ion_alloc (fd, SIZE, 4096, (1<<0), &handle);
198 ret = ion_share (fd, handle, &share_fd);
214 ret = ion_map (fd, handle, SIZE, PROT_READ, 0, 0, &ptr, &map_fd);
224 ion_free (fd, handle);

Completed in 607 milliseconds

1234567891011>>