/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
bio.h | 73 Create a new BIO handle 74 @return Returns a new BIO handle if successful, returns NULL otherwise 78 Destroy a previously created BIO handle 79 @param bio BIO handle to destroy 84 @param bio BIO handle 90 @param bio BIO handle 97 @param bio BIO handle 104 @param bio BIO handle 111 @param bio BIO handle 118 @param bio BIO handle [all...] |
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
vbp_loader.h | 36 typedef void *Handle; 274 * @param hcontext: pointer to hold returned VBP context handle. 278 uint32 vbp_open(uint32 parser_type, Handle *hcontext); 282 * @param hcontext: VBP context handle. 286 uint32 vbp_close(Handle hcontext); 290 * @param hcontext: handle to VBP context. 297 uint32 vbp_parse(Handle hcontext, uint8 *data, uint32 size, uint8 init_data_flag); 301 * @param hcontext: handle to VBP context. 307 uint32 vbp_query(Handle hcontext, void **data); 312 * @param hcontext: handle to VBP context [all...] |
/hardware/intel/img/psb_video/src/android/ |
psb_gralloc.cpp | 55 int gralloc_lock(buffer_handle_t handle, 69 err = mAllocMod->lock(mAllocMod, handle, usage, 72 ALOGV("gralloc_lock: handle is %p, usage is %x, vaddr is %p.\n", handle, usage, *vaddr); 109 int gralloc_unlock(buffer_handle_t handle) 121 err = mAllocMod->unlock(mAllocMod, handle); 145 int gralloc_getdisplaystatus(buffer_handle_t handle, int* status) 150 err = mAllocMod->perform(mAllocMod, GRALLOC_MODULE_GET_DISPLAY_STATUS_IMG, handle, &_status); 154 *status = mAllocMod->perform(mAllocMod, INTEL_UFO_GRALLOC_MODULE_PERFORM_GET_BO_STATUS, handle); 164 int gralloc_getbuffd(buffer_handle_t handle) [all...] |
/hardware/libhardware/ |
hardware.c | 63 * return the dlopen handle and the hmi. 71 void *handle = NULL; local 79 handle = dlopen(path, RTLD_NOW); 80 if (handle == NULL) { 89 hmi = (struct hw_module_t *)dlsym(handle, sym); 103 hmi->dso = handle; 111 if (handle != NULL) { 112 dlclose(handle); 113 handle = NULL; 116 ALOGV("loaded HAL id=%s path=%s hmi=%p handle=%p" [all...] |
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
rssi_monitor.cpp | 45 RSSIMonitorCommand::RSSIMonitorCommand(wifi_handle handle, int id, 47 : WifiVendorCommand(handle, id, vendor_id, subcmd) 58 RSSIMonitorCommand* RSSIMonitorCommand::instance(wifi_handle handle, 61 if (handle == NULL) { 62 ALOGE("Interface Handle is invalid"); 66 mRSSIMonitorCommandInstance = new RSSIMonitorCommand(handle, id, 74 if (handle != getWifiHandle(mRSSIMonitorCommandInstance->mInfo)) 76 /* upper layer must have cleaned up the handle and reinitialized, 78 ALOGI("Handle different, update the handle"); [all...] |
/system/bt/bta/hf_client/ |
bta_hf_client_rfc.c | 48 /* ignore port events for port handles other than connected handle */ 51 APPL_TRACE_DEBUG("bta_hf_client_port_cback ignoring handle:%d conn_handle = %d", 81 /* ignore close event for port handles other than connected handle */ 84 APPL_TRACE_DEBUG("bta_hf_client_mgmt_cback ignoring handle:%d", port_handle); 97 APPL_TRACE_ERROR ("bta_hf_client_mgmt_cback: PORT_SUCCESS, ignoring handle = %d", port_handle); 129 void bta_hf_client_setup_port(UINT16 handle) 131 PORT_SetEventMask(handle, PORT_EV_RXCHAR); 132 PORT_SetEventCallback(handle, bta_hf_client_port_cback); 151 APPL_TRACE_DEBUG("%s already started, handle: %d", __FUNCTION__, bta_hf_client_cb.scb.serv_handle); 168 /* TODO: can we handle this better? * [all...] |
/system/bt/stack/gap/ |
gap_conn.c | 42 static tGAP_CCB *gap_find_ccb_by_handle (UINT16 handle); 120 ** Returns handle of the connection if successful, else GAP_INVALID_HANDLE 221 p_ccb->con_flags |= GAP_CCB_FLAGS_SEC_DONE; /* assume btm/l2cap would handle it */ 258 ** Parameters: handle - Handle of the connection returned by GAP_ConnOpen 261 ** GAP_ERR_BAD_HANDLE - invalid handle 268 GAP_TRACE_EVENT ("GAP_CONN - close handle: 0x%x", gap_handle); 293 ** Parameters: handle - Handle of the connection returned in the Open 299 ** GAP_ERR_BAD_HANDLE - invalid handle [all...] |
/system/bt/stack/include/ |
gatt_api.h | 314 UINT16 handle; /* attribute handle */ member in struct:__anon69616 328 UINT16 handle; /* WRITE, WRITE_BLOB */ member in union:__anon69617 345 UINT16 handle; member in struct:__anon69618 353 UINT16 handle; /* attribute handle */ member in struct:__anon69619 369 UINT16 handle; /* handle value confirmation */ member in union:__anon69620 382 GATTS_REQ_TYPE_CONF /* handle value confirmation */ 444 /* Read By Handle Request (GATT_READ_BY_HANDLE) data * 448 UINT16 handle; member in struct:__anon69627 455 UINT16 handle; member in struct:__anon69628 485 UINT16 handle; member in union:__anon69631 535 UINT16 handle; \/* When used with GATT_DISC_INC_SRVC type discovery result, member in union:__anon69635 547 UINT16 handle; member in struct:__anon69636 [all...] |
/development/host/windows/usb/api/ |
adb_io_completion.h | 31 performed via WinUsb as well as legacy driver APIs. A handle to this object
33 like all other handles this handle must be closed after it's no longer
45 @param[in] event_hndl Event handle that should be signaled when I/O
46 completes. Can be NULL. If it's not NULL this handle will be
51 HANDLE event_hndl);
96 check GetLastError to validate that handle was OK.
111 /// Gets parent object handle
|
/device/htc/flounder/sensor_hub/libsensors/ |
CwMcuSensor.h | 120 virtual int setDelay(int32_t handle, int64_t ns); 121 virtual int setEnable(int32_t handle, int enabled); 122 virtual int getEnable(int32_t handle); 123 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout); 124 virtual int flush(int handle); 125 bool is_batch_wake_sensor(int32_t handle); 126 int find_sensor(int32_t handle);
|
/external/boringssl/src/crypto/ |
directory_win.c | 49 HANDLE handle; member in struct:OPENSSL_dir_context_st 88 (*ctx)->handle = FindFirstFile(wdir, &(*ctx)->ctx); 92 (*ctx)->handle = FindFirstFile((TCHAR *)directory, &(*ctx)->ctx); 95 if ((*ctx)->handle == INVALID_HANDLE_VALUE) { 102 if (FindNextFile((*ctx)->handle, &(*ctx)->ctx) == FALSE) { 135 FindClose((*ctx)->handle);
|
/external/deqp/framework/delibs/deutil/ |
deDynamicLibrary.c | 83 HINSTANCE handle; member in struct:deDynamicLibrary_s 92 library->handle = LoadLibrary(fileName); 93 if (!library->handle) 104 if (library && library->handle) 105 FreeLibrary(library->handle); 111 DE_ASSERT(library && library->handle && symbolName); 112 return (deFunctionPtr)GetProcAddress(library->handle, symbolName);
|
/external/kernel-headers/original/uapi/drm/ |
omap_drm.h | 62 uint32_t handle; /* out */ member in struct:drm_omap_gem_new 73 uint32_t handle; /* buffer handle (in) */ member in struct:drm_omap_gem_cpu_prep 78 uint32_t handle; /* buffer handle (in) */ member in struct:drm_omap_gem_cpu_fini 89 uint32_t handle; /* buffer handle (in) */ member in struct:drm_omap_gem_info
|
qxl_drm.h | 52 uint32_t handle; /* 0 is an invalid handle */ member in struct:drm_qxl_alloc 57 uint32_t handle; member in struct:drm_qxl_map 72 uint64_t dst_offset; /* offset in dest handle */ 73 uint32_t src_handle; /* dest handle to compute address from */ 96 uint32_t handle; member in struct:drm_qxl_update_area 122 uint32_t handle; member in struct:drm_qxl_alloc_surf
|
/external/libdrm/include/drm/ |
qxl_drm.h | 52 uint32_t handle; /* 0 is an invalid handle */ member in struct:drm_qxl_alloc 57 uint32_t handle; member in struct:drm_qxl_map 72 uint64_t dst_offset; /* offset in dest handle */ 73 uint32_t src_handle; /* dest handle to compute address from */ 96 uint32_t handle; member in struct:drm_qxl_update_area 122 uint32_t handle; member in struct:drm_qxl_alloc_surf
|
/external/libdrm/omap/ |
omap_drm.h | 78 uint32_t handle; /* out */ member in struct:drm_omap_gem_new 89 uint32_t handle; /* buffer handle (in) */ member in struct:drm_omap_gem_cpu_prep 94 uint32_t handle; /* buffer handle (in) */ member in struct:drm_omap_gem_cpu_fini 105 uint32_t handle; /* buffer handle (in) */ member in struct:drm_omap_gem_info
|
/external/libdrm/tests/ |
updatedraw.c | 36 update.handle = drawable; 51 update.handle = drawable; 77 update.handle = drawable; 94 drawarg.handle = 0; 97 return drawarg.handle; 108 drawarg.handle = drawable; 115 return drawarg.handle;
|
/external/selinux/libsepol/src/ |
policydb_public.c | 50 sepol_handle_t * handle) 52 pf->pf.handle = handle; 182 int sepol_policydb_from_image(sepol_handle_t * handle, 185 return policydb_from_image(handle, data, len, &p->p); 188 int sepol_policydb_to_image(sepol_handle_t * handle, 192 return policydb_to_image(handle, &p->p, newdata, newlen);
|
/external/selinux/policycoreutils/semodule_expand/ |
semodule_expand.c | 47 sepol_handle_t *handle; local 109 handle = sepol_handle_create(); 110 if (!handle) 140 if (sepol_link_modules(handle, p, NULL, 0, 0)) { 152 sepol_set_expand_consume_base(handle, 1); 154 if (sepol_expand_module(handle, p, out, verbose, check_assertions)) { 184 sepol_handle_destroy(handle);
|
/frameworks/base/core/java/android/service/gatekeeper/ |
IGateKeeperService.aidl | 32 * Enrolls a password, returning the handle to the enrollment to be stored locally. 34 * @param currentPasswordHandle The previously enrolled handle, or null if none 37 * @param desiredPassword The new desired password, for which a handle will be returned 45 * Verifies an enrolled handle against a provided, plaintext blob. 47 * @param enrolledPasswordHandle The handle against which the provided password will be 55 * Verifies an enrolled handle against a provided, plaintext blob. 60 * @param enrolledPasswordHandle The handle against which the provided password will be
|
/frameworks/native/services/sensorservice/ |
SensorInterface.cpp | 50 status_t HardwareSensor::batch(void* ident, int /*handle*/, int flags, 56 status_t HardwareSensor::flush(void* ident, int handle) { 57 return mSensorDevice.flush(ident, handle); 60 status_t HardwareSensor::setDelay(void* ident, int handle, int64_t ns) { 61 return mSensorDevice.setDelay(ident, handle, ns); 64 void HardwareSensor::autoDisable(void *ident, int handle) { 65 mSensorDevice.autoDisable(ident, handle);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
imagehlp.h | 91 WINBOOL IMAGEAPI ImageGetDigestStream(HANDLE FileHandle,DWORD DigestLevel,DIGEST_FUNCTION DigestFunction,DIGEST_HANDLE DigestHandle); 92 WINBOOL IMAGEAPI ImageAddCertificate(HANDLE FileHandle,LPWIN_CERTIFICATE Certificate,PDWORD Index); 93 WINBOOL IMAGEAPI ImageRemoveCertificate(HANDLE FileHandle,DWORD Index); 94 WINBOOL IMAGEAPI ImageEnumerateCertificates(HANDLE FileHandle,WORD TypeFilter,PDWORD CertificateCount,PDWORD Indices,DWORD IndexCount); 95 WINBOOL IMAGEAPI ImageGetCertificateData(HANDLE FileHandle,DWORD CertificateIndex,LPWIN_CERTIFICATE Certificate,PDWORD RequiredLength); 96 WINBOOL IMAGEAPI ImageGetCertificateHeader(HANDLE FileHandle,DWORD CertificateIndex,LPWIN_CERTIFICATE Certificateheader); 101 WINBOOL IMAGEAPI TouchFileTimes(HANDLE FileHandle,PSYSTEMTIME pSystemTime);
|
/system/bt/bta/include/ |
bta_pan_api.h | 80 UINT16 handle; /* Handle associated with this connection. */ member in struct:__anon69011 89 UINT16 handle; /* Handle associated with this connection. */ member in struct:__anon69012 99 UINT16 handle; /* Handle associated with the connection. */ member in struct:__anon69013 193 extern void BTA_PanClose(UINT16 handle);
|
/system/bt/stack/mcap/ |
mca_main.c | 62 ** Description This function returns the handle for the given control 65 ** Returns the MCA handle. 71 tMCA_HANDLE handle = 0; local 78 handle = i+1; 82 return handle; 89 ** Description This function returns the handle for the given data 92 ** Returns the MCA handle. 98 tMCA_HANDLE handle = 0; local 105 handle = i+1; 109 return handle; [all...] |
/system/core/include/memtrack/ |
memtrack.h | 31 * an opaque handle to the memory stats on a process. 51 * Return a new handle to hold process memory stats. 60 * Free all memory associated with a process memory stats handle. 67 * Fill a process memory stats handle with data about the given pid. Can be 68 * called on a handle that was just allocated with memtrack_proc_new, 69 * or on a handle that has been previously passed to memtrack_proc_get 71 * expected that the second call on the same handle should not require
|