Home
last modified time | relevance | path

Searched refs:NULL (Results 1 – 25 of 754) sorted by relevance

12345678910>>...31

/hardware/qcom/media/mm-core/src/7627A/
Dqc_registry_table_android.c43 NULL, // Create instance function
46 NULL,
47 NULL,
48 NULL,
49 NULL
51 NULL, // Shared object library handle
59 NULL, // Create instance function
62 NULL,
63 NULL,
64 NULL,
[all …]
Dqc_registry_table.c42 NULL, // Create instance function
45 NULL,
46 NULL,
47 NULL,
48 NULL
50 NULL, // Shared object library handle
58 NULL, // Create instance function
61 NULL,
62 NULL,
63 NULL,
[all …]
/hardware/qcom/media/mm-core/src/8660/
Dqc_registry_table.c44 NULL, // Create instance function
47 NULL,
48 NULL,
49 NULL,
50 NULL
52 NULL, // Shared object library handle
60 NULL, // Create instance function
63 NULL,
64 NULL,
65 NULL,
[all …]
Dqc_registry_table_android.c48 NULL, // Create instance function
51 NULL,
52 NULL,
53 NULL,
54 NULL
56 NULL, // Shared object library handle
64 NULL, // Create instance function
67 NULL,
68 NULL,
69 NULL,
[all …]
/hardware/qcom/media/mm-core/src/8960/
Dqc_registry_table_android.c45 NULL, // Create instance function
48 NULL,
49 NULL,
50 NULL,
51 NULL
53 NULL, // Shared object library handle
61 NULL, // Create instance function
64 NULL,
65 NULL,
66 NULL,
[all …]
Dqc_registry_table.c44 NULL, // Create instance function
47 NULL,
48 NULL,
49 NULL,
50 NULL
52 NULL, // Shared object library handle
60 NULL, // Create instance function
63 NULL,
64 NULL,
65 NULL,
[all …]
/hardware/qcom/media/mm-core/src/8974/
Dqc_registry_table_android.c45 NULL, // Create instance function
48 NULL,
49 NULL,
50 NULL,
51 NULL
53 NULL, // Shared object library handle
61 NULL, // Create instance function
64 NULL,
65 NULL,
66 NULL,
[all …]
Dqc_registry_table.c44 NULL, // Create instance function
47 NULL,
48 NULL,
49 NULL,
50 NULL
52 NULL, // Shared object library handle
60 NULL, // Create instance function
63 NULL,
64 NULL,
65 NULL,
[all …]
/hardware/qcom/media/mm-core/omxcore/src/7630/
Dqc_registry_table.c42 NULL, // Create instance function
45 NULL,
46 NULL,
47 NULL,
48 NULL
50 NULL, // Shared object library handle
62 NULL, // Create instance function
65 NULL,
66 NULL,
67 NULL,
[all …]
Dqc_registry_table_android.c43 NULL, // Create instance function
46 NULL,
47 NULL,
48 NULL,
49 NULL
51 NULL, // Shared object library handle
59 NULL, // Create instance function
62 NULL,
63 NULL,
64 NULL,
[all …]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
DExynos_OSAL_SharedMemory.c67 EXYNOS_SHARED_MEMORY *pHandle = NULL; in Exynos_OSAL_SharedMemory_Open()
72 if (pHandle == NULL) in Exynos_OSAL_SharedMemory_Open()
79 pHandle = NULL; in Exynos_OSAL_SharedMemory_Open()
94 EXYNOS_SHAREDMEM_LIST *pSMList = NULL; in Exynos_OSAL_SharedMemory_Close()
95 EXYNOS_SHAREDMEM_LIST *pCurrentElement = NULL; in Exynos_OSAL_SharedMemory_Close()
96 EXYNOS_SHAREDMEM_LIST *pDeleteElement = NULL; in Exynos_OSAL_SharedMemory_Close()
98 if (pHandle == NULL) in Exynos_OSAL_SharedMemory_Close()
104 while (pCurrentElement != NULL) { in Exynos_OSAL_SharedMemory_Close()
111 pDeleteElement->mapAddr = NULL; in Exynos_OSAL_SharedMemory_Close()
124 pHandle->pAllocMemory = pSMList = NULL; in Exynos_OSAL_SharedMemory_Close()
[all …]
/hardware/qcom/gps/utils/
Dlinked_list.c60 if( list_data == NULL ) in linked_list_init()
68 if( tmp_list == NULL ) in linked_list_init()
74 tmp_list->p_head = NULL; in linked_list_init()
75 tmp_list->p_tail = NULL; in linked_list_init()
89 if( list_data == NULL ) in linked_list_destroy()
100 *list_data = NULL; in linked_list_destroy()
113 if( list_data == NULL ) in linked_list_add()
119 if( data_obj == NULL ) in linked_list_add()
127 if( elem == NULL ) in linked_list_add()
135 elem->next = NULL; in linked_list_add()
[all …]
/hardware/ti/wlan/wl1271/TWD/TWDriver/
DTWDriverCtrl.c73 …dBld_CfgRtsThreshold (pTWD->hCmdBld, pParamInfo->content.halCtrlRtsThreshold, NULL, NULL) == TI_OK) in TWD_SetParam()
81 … return cmdBld_CfgCtsProtection (pTWD->hCmdBld, pParamInfo->content.halCtrlCtsToSelf, NULL, NULL); in TWD_SetParam()
84 …fgServicePeriodTimeout (pTWD->hCmdBld, &pParamInfo->content.halCtrlRxTimeOut, NULL, NULL) == TI_OK) in TWD_SetParam()
96 … cmdBld_CfgFragmentThreshold (pTWD->hCmdBld, pParamInfo->content.halCtrlFragThreshold, NULL, NULL); in TWD_SetParam()
100 …cmdBld_CfgRxMsduLifeTime (pTWD->hCmdBld, pParamInfo->content.halCtrlMaxRxMsduLifetime, NULL, NULL); in TWD_SetParam()
104 if (cmdBld_CfgStatisitics (pTWD->hCmdBld, NULL, NULL) != TI_OK) in TWD_SetParam()
120 if (cmdBld_CfgAid (pTWD->hCmdBld, pParamInfo->content.halCtrlAid, NULL, NULL) != TI_OK) in TWD_SetParam()
128 …Bld_CfgHwEncDecEnable (pTWD->hCmdBld, pParamInfo->content.rsnHwEncDecrEnable, NULL, NULL) != TI_OK) in TWD_SetParam()
169 …reMode (pTWD->hCmdBld, (ECipherSuite)pParamInfo->content.rsnEncryptionStatus, NULL, NULL) != TI_OK) in TWD_SetParam()
183 …mdBld_CfgHwEncDecEnable (pTWD->hCmdBld, !pParamInfo->content.rsnXCCSwEncFlag, NULL, NULL) != TI_OK) in TWD_SetParam()
[all …]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
DExynos_OMX_Baseport.c92 EXYNOS_OMX_BASECOMPONENT *pExynosComponent = NULL; in Exynos_OMX_BufferFlushProcess()
93 EXYNOS_OMX_BASEPORT *pExynosPort = NULL; in Exynos_OMX_BufferFlushProcess()
95 EXYNOS_OMX_DATABUFFER *flushPortBuffer[2] = {NULL, NULL}; in Exynos_OMX_BufferFlushProcess()
100 if (pOMXComponent == NULL) { in Exynos_OMX_BufferFlushProcess()
109 if (pOMXComponent->pComponentPrivate == NULL) { in Exynos_OMX_BufferFlushProcess()
127 if ((ret != OMX_ErrorNone) && (pOMXComponent != NULL) && (pExynosComponent != NULL)) { in Exynos_OMX_BufferFlushProcess()
132 ret, 0, NULL); in Exynos_OMX_BufferFlushProcess()
144 EXYNOS_OMX_BASEPORT *pExynosPort = NULL; in Exynos_OMX_EnablePort()
169 EXYNOS_OMX_BASECOMPONENT *pExynosComponent = NULL; in Exynos_OMX_PortEnableProcess()
175 if (pOMXComponent == NULL) { in Exynos_OMX_PortEnableProcess()
[all …]
DExynos_OMX_Resourcemanager.c46 static EXYNOS_OMX_RM_COMPONENT_LIST *gpVideoDecRMComponentList = NULL;
47 static EXYNOS_OMX_RM_COMPONENT_LIST *gpVideoDecRMWaitingList = NULL;
48 static EXYNOS_OMX_RM_COMPONENT_LIST *gpVideoEncRMComponentList = NULL;
49 static EXYNOS_OMX_RM_COMPONENT_LIST *gpVideoEncRMWaitingList = NULL;
50 static OMX_HANDLETYPE ghVideoRMComponentListMutex = NULL;
56 EXYNOS_OMX_RM_COMPONENT_LIST *pTempComp = NULL; in addElementList()
57 EXYNOS_OMX_BASECOMPONENT *pExynosComponent = NULL; in addElementList()
60 if (*ppList != NULL) { in addElementList()
62 while (pTempComp->pNext != NULL) { in addElementList()
66 if (pTempComp->pNext == NULL) { in addElementList()
[all …]
/hardware/qcom/media/mm-video/vidc/venc/test/
Dvideo_encoder_test.c70 struct video_encoder_context *encoder_context = NULL; in main()
71 char *file_name = NULL; in main()
72 FILE *file_ptr = NULL; in main()
80 if (file_ptr == NULL) in main()
89 if (encoder_context == NULL) in main()
93 encoder_context->outputBufferFile = NULL; in main()
94 encoder_context->inputBufferFile = NULL; in main()
106 if (file_ptr == NULL) in main()
157 encoder_context->outputBufferFile = NULL; in main()
210 if (encoder_context->inputBufferFile != NULL) in main()
[all …]
/hardware/ril/reference-ril/
Dreference-ril.c199 static const char * s_device_path = NULL;
207 static char *sATBufferCur = NULL;
291 if (p_call->number != NULL in callFromCLCCLine()
294 p_call->number = NULL; in callFromCLCCLine()
301 p_call->uusInfo = NULL; in callFromCLCCLine()
319 at_send_command("AT%CPHS=1", NULL); in onRadioPowerOn()
322 at_send_command("AT%CTZV=1", NULL); in onRadioPowerOn()
325 pollSIMState(NULL); in onRadioPowerOn()
331 at_send_command_singleline("AT+CSMS=1", "+CSMS:", NULL); in onSIMReady()
342 at_send_command("AT+CNMI=1,2,2,1,1", NULL); in onSIMReady()
[all …]
Datchannel.c85 static const char *s_responsePrefix = NULL;
86 static const char *s_smsPDU = NULL;
87 static ATResponse *sp_response = NULL;
89 static void (*s_onTimeout)(void) = NULL;
90 static void (*s_onReaderClosed)(void) = NULL;
102 gettimeofday(&tv, (struct timezone *) NULL); in setTimespecRelative()
236 if (s_unsolHandler != NULL) { in handleUnsolicited()
237 s_unsolHandler(line, NULL); in handleUnsolicited()
245 if (sp_response == NULL) { in processLine()
254 } else if (s_smsPDU != NULL && 0 == strcmp(line, "> ")) { in processLine()
[all …]
/hardware/qcom/media/mm-video/vidc/vdec/test/
Ddecoder_driver_test.c71 struct video_decoder_context *decoder_context = NULL; in main()
72 char *file_name = NULL; in main()
73 FILE *file_ptr = NULL; in main()
81 if (file_ptr == NULL) in main()
90 if (decoder_context == NULL) in main()
94 decoder_context->outputBufferFile = NULL; in main()
95 decoder_context->inputBufferFile = NULL; in main()
100 if (file_ptr == NULL) in main()
151 decoder_context->outputBufferFile = NULL; in main()
201 if (decoder_context->inputBufferFile != NULL) in main()
[all …]
/hardware/ti/omap3/omx/core_plugin/omx_core_plugin/src/
Dti_omx_interface.cpp20 if ((NULL != ipHandle) && (0 != dlclose(ipHandle))) in ~TIOMXInterface()
24 if (NULL != pErr) in ~TIOMXInterface()
34 ipHandle = NULL; in ~TIOMXInterface()
49 return NULL; in SharedLibraryLookup()
73 if (NULL == ipHandle) in TIOMXInterface()
75 pOMX_Init = NULL; in TIOMXInterface()
76 pOMX_Deinit = NULL; in TIOMXInterface()
77 pOMX_ComponentNameEnum = NULL; in TIOMXInterface()
78 pOMX_GetHandle = NULL; in TIOMXInterface()
79 pOMX_FreeHandle = NULL; in TIOMXInterface()
[all …]
/hardware/ti/wlan/wl1271/stad/src/Data_link/
DGeneralUtil.c72 if( hOs == NULL ) in List_create()
75 return NULL; in List_create()
80 if(List == NULL) in List_create()
81 return NULL; in List_create()
86 if(List->ElementList == NULL) in List_create()
89 return NULL; in List_create()
96 if(List->ElementList[index].Container == NULL) in List_create()
107 return NULL; in List_create()
134 if(List!=NULL) in List_Destroy()
136 if(List->ElementList != NULL) in List_Destroy()
[all …]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
DExynos_OMX_Component_Register.c66 if (dir == NULL) { in Exynos_OMX_Component_Register()
75 while ((d = readdir(dir)) != NULL) { in Exynos_OMX_Component_Register()
84 if ((soHandle = Exynos_OSAL_dlopen(libName, RTLD_NOW)) != NULL) { in Exynos_OMX_Component_Register()
86 …Library_Register = Exynos_OSAL_dlsym(soHandle, "Exynos_OMX_COMPONENT_Library_Register")) != NULL) { in Exynos_OMX_Component_Register()
90 componentNum = (*Exynos_OMX_COMPONENT_Library_Register)(NULL); in Exynos_OMX_Component_Register()
114 if ((errorMsg = Exynos_OSAL_dlerror()) != NULL) in Exynos_OMX_Component_Register()
154 if ((NULL == component->GetComponentVersion) || in Exynos_OMX_ComponentAPICheck()
155 (NULL == component->SendCommand) || in Exynos_OMX_ComponentAPICheck()
156 (NULL == component->GetParameter) || in Exynos_OMX_ComponentAPICheck()
157 (NULL == component->SetParameter) || in Exynos_OMX_ComponentAPICheck()
[all …]
/hardware/ti/omap4xxx/domx/omx_core/src/
DOMX_Core.c74 TIMM_OSAL_PTR pCoreInitMutex = NULL;
89 "video_decoder.vp7", NULL},
92 "video_decoder.h263", NULL},
93 {"OMX.TI.DUCATI1.VIDEO.H264D", "video_decoder.avc", NULL},
94 {"OMX.TI.DUCATI1.VIDEO.H264E", "video_encoder.avc", NULL},
95 {"OMX.TI.DUCATI1.VIDEO.MPEG4D", "video_decoder.mpeg4", NULL},
97 "video_encoder.h263",NULL},
98 {"OMX.TI.DUCATI1.VIDEO.VP6D", "video_decoder.vp6", NULL},
99 {"OMX.TI.DUCATI1.VIDEO.VP7D", "video_decoder.vp7", NULL},
100 {"OMX.TI.DUCATI1.IMAGE.JPEGD", "jpeg_decoder.jpeg", NULL},
[all …]
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
DWlanDrvWext.c68 (iw_handler) NULL, /* SIOCSIWCOMMIT */
70 (iw_handler) NULL, /* SIOCSIWNWID */
71 (iw_handler) NULL, /* SIOCGIWNWID */
78 (iw_handler) NULL, /* SIOCSIWRANGE - not used */
80 (iw_handler) NULL, /* SIOCSIWPRIV - not used */
81 (iw_handler) NULL, /* SIOCGIWPRIV - kernel code */
82 (iw_handler) NULL, /* SIOCSIWSTATS - not used */
84 (iw_handler) NULL, /* SIOCSIWSPY */
85 (iw_handler) NULL, /* SIOCGIWSPY */
86 (iw_handler) NULL, /* SIOCSIWTHRSPY */
[all …]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
DExynos_OMX_VencControl.c61 OMX_COMPONENTTYPE *pOMXComponent = NULL; in Exynos_OMX_UseBuffer()
62 EXYNOS_OMX_BASECOMPONENT *pExynosComponent = NULL; in Exynos_OMX_UseBuffer()
63 EXYNOS_OMX_BASEPORT *pExynosPort = NULL; in Exynos_OMX_UseBuffer()
64 OMX_BUFFERHEADERTYPE *temp_bufferHeader = NULL; in Exynos_OMX_UseBuffer()
69 if (hComponent == NULL) { in Exynos_OMX_UseBuffer()
79 if (pOMXComponent->pComponentPrivate == NULL) { in Exynos_OMX_UseBuffer()
101 if (temp_bufferHeader == NULL) { in Exynos_OMX_UseBuffer()
150 OMX_COMPONENTTYPE *pOMXComponent = NULL; in Exynos_OMX_AllocateBuffer()
151 EXYNOS_OMX_BASECOMPONENT *pExynosComponent = NULL; in Exynos_OMX_AllocateBuffer()
152 EXYNOS_OMX_VIDEOENC_COMPONENT *pVideoEnc = NULL; in Exynos_OMX_AllocateBuffer()
[all …]

12345678910>>...31