/external/chromium_org/third_party/sqlite/src/src/ |
os.c | 174 void sqlite3OsDlClose(sqlite3_vfs *pVfs, void *pHandle){ 175 pVfs->xDlClose(pVfs, pHandle);
|
test_journal.c | 783 ** Return a pointer to the symbol zSymbol in the dynamic library pHandle. 790 ** Close the dynamic library handle pHandle. 792 static void jtDlClose(sqlite3_vfs *pVfs, void *pHandle){ 793 g.pVfs->xDlClose(g.pVfs, pHandle);
|
test_onefile.c | 774 ** Return a pointer to the symbol zSymbol in the dynamic library pHandle. 782 ** Close the dynamic library handle pHandle. 784 static void fsDlClose(sqlite3_vfs *pVfs, void *pHandle){ 786 pParent->xDlClose(pParent, pHandle);
|
test_vfstrace.c | 616 ** Return a pointer to the symbol zSymbol in the dynamic library pHandle. 626 ** Close the dynamic library handle pHandle. 628 static void vfstraceDlClose(sqlite3_vfs *pVfs, void *pHandle){ 632 pRoot->xDlClose(pRoot, pHandle);
|
/hardware/intel/common/wrs_omxil_core/core/src/ |
wrs_omxcore.cpp | 194 OMX_OUT OMX_HANDLETYPE* pHandle, 229 ret = cbase->GetHandle(pHandle, pAppData, pCallBacks);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
ntifs.h | [all...] |
wdm.h | [all...] |
/device/generic/goldfish/opengl/system/gralloc/ |
gralloc.cpp | 127 buffer_handle_t* pHandle, int* pStride) 132 if (!grdev || !pHandle || !pStride) { 133 ALOGE("gralloc_alloc: Bad inputs (grdev: %p, pHandle: %p, pStride: %p", 134 grdev, pHandle, pStride); 350 *pHandle = cb;
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/ |
OMX_AacEnc_Utils.h | 368 OMX_COMPONENTTYPE* pHandle; 621 OMX_ERRORTYPE AACENCFill_LCMLInitParams(OMX_HANDLETYPE pHandle, 635 OMX_ERRORTYPE AACENC_CleanupInitParams(OMX_HANDLETYPE pHandle); 674 OMX_ERRORTYPE AACENC_StartComponentThread(OMX_HANDLETYPE pHandle); 676 OMX_ERRORTYPE AACENC_StopComponentThread(OMX_HANDLETYPE pHandle);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
msclus.h | [all...] |
http.h | 353 HTTPAPI_LINKAGE ULONG WINAPI HttpCreateHttpHandle(PHANDLE pReqQueueHandle,ULONG Options); 631 HTTPAPI_LINKAGE ULONG WINAPI HttpCreateRequestQueue(HTTPAPI_VERSION Version,PCWSTR pName,PSECURITY_ATTRIBUTES pSecurityAttributes,ULONG Flags,PHANDLE pReqQueueHandle);
|
/frameworks/av/media/libeffects/loudness/ |
EffectLoudnessEnhancer.cpp | 194 effect_handle_t *pHandle) { 199 if (pHandle == NULL || uuid == NULL) { 220 *pHandle = (effect_handle_t)pContext;
|
/frameworks/av/media/libeffects/proxy/ |
EffectProxy.cpp | 56 effect_handle_t *pHandle) { 62 if (pHandle == NULL || uuid == NULL) { 142 *pHandle = (effect_handle_t)pContext;
|
/hardware/qcom/audio/post_proc/ |
bundle.c | 311 effect_handle_t *pHandle) { 319 if (pHandle == NULL || uuid == NULL) 445 *pHandle = (effect_handle_t)context;
|
/external/chromium_org/chrome_elf/create_file/ |
chrome_create_file_unittest.cc | 54 PHANDLE file_handle, 129 NTSTATUS HandleCreateFileCall(PHANDLE file_handle,
|
/external/chromium_org/sandbox/win/src/ |
policy_engine_params.h | 24 // NTSTATUS NtOpenFileFunction (PHANDLE FileHandle,
|
/external/e2fsprogs/lib/ext2fs/ |
nt_io.c | 61 OUT PHANDLE FileHandle, 390 OUT PHANDLE Handle, 498 OUT PHANDLE Handle, 817 OUT PHANDLE Handle,
|
/frameworks/av/media/libeffects/factory/ |
EffectsFactory.c | 269 int EffectCreate(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle) 279 if (uuid == NULL || pHandle == NULL) { 331 *pHandle = (effect_handle_t)fx; 333 ALOGV("EffectCreate() created entry %p with sub itfe %p in library %s", *pHandle, itfe, l->name);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/ |
OMX_G726Dec_CompThread.h | 54 * @param pHandle This is component handle allocated by the OMX core.
|
OMX_G726Dec_Utils.h | 429 OMX_COMPONENTTYPE* pHandle; 733 * @param pHandle This is component handle allocated by the OMX core. 745 OMX_ERRORTYPE G726Dec_StartCompThread(OMX_HANDLETYPE pHandle); 751 * @param pHandle This is component handle allocated by the OMX core. 765 OMX_ERRORTYPE G726DEC_Fill_LCMLInitParams(OMX_HANDLETYPE pHandle, [all...] |
/prebuilts/misc/common/swig/include/2.0.11/ |
windows.i | 132 typedef HANDLE *PHANDLE;
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/ |
OMX_G722Dec_Utils.h | 408 OMX_COMPONENTTYPE* pHandle; 607 * @param pHandle This is component handle allocated by the OMX core. 619 OMX_ERRORTYPE G722Dec_StartCompThread(OMX_HANDLETYPE pHandle); 625 * @param pHandle This is component handle allocated by the OMX core. 639 OMX_ERRORTYPE G722DEC_Fill_LCMLInitParams(OMX_HANDLETYPE pHandle, 827 * @param pHandle This is component handle allocated by the OMX core.
|
/external/qemu/ |
tap-win32.c | 563 static int tap_win32_open(tap_win32_overlapped_t **phandle, 620 *phandle = &tap_overlapped;
|
/hardware/ti/omap4-aah/domx/mm_osal/src/ |
timm_osal_semaphores.c | 242 /* TIMM_OSAL_SEMAPHORE *pHandle = (TIMM_OSAL_SEMAPHORE *)pSemaphore; 248 /*status = NU_Reset_Semaphore(&(pHandle->sem),
|
/hardware/ti/omap4xxx/domx/mm_osal/src/ |
timm_osal_semaphores.c | 242 /* TIMM_OSAL_SEMAPHORE *pHandle = (TIMM_OSAL_SEMAPHORE *)pSemaphore; 248 /*status = NU_Reset_Semaphore(&(pHandle->sem),
|