Searched defs:NULL (Results 1 - 25 of 33) sorted by relevance

12

/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
H A DCWsm.h53 addr_t physAddr = NULL) :
49 CWsm(addr_t virtAddr, uint32_t len, uint32_t handle, addr_t physAddr = NULL) argument
/hardware/libhardware/tests/camera2/
H A DCameraModuleFixture.h116 int getDeviceVersion(int cameraId, status_t* status = NULL) { argument
120 if (status != NULL) *status = res;
138 ASSERT_TRUE(mDevice != NULL) << "Failed to open device " << mCameraID;
H A DCameraMultiStreamTests.cpp104 ASSERT_NE((void*)NULL, mSurfaceControl.get());
114 ASSERT_NE((void*)NULL, surface.get());
125 ASSERT_NE((int32_t*)NULL, data);
143 ASSERT_NE((int32_t*)NULL, data);
194 mCpuConsumer = NULL;
337 sp<ANativeWindow> surface = NULL,
571 ASSERT_NE((void*)NULL, previewStream.get());
580 ASSERT_NE((void*)NULL, meteringStream.get());
588 ASSERT_NE((void*)NULL, captureStream.get());
332 CreateStream( int width, int height, const sp<CameraDeviceBase>& device, CameraStreamParams param = DEFAULT_STREAM_PARAMETERS, sp<ANativeWindow> surface = NULL, bool useCpuConsumer = true) argument
/hardware/ti/omap4-aah/security/tf_sdk/include/
H A Ds_type.h94 #ifndef NULL
96 # define NULL 0 macro
98 # define NULL ((void *)0) macro
/hardware/ti/omap4xxx/security/tf_sdk/include/
H A Ds_type.h94 #ifndef NULL
96 # define NULL 0 macro
98 # define NULL ((void *)0) macro
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dtypedefs.h35 * preprocessor symbols (TRUE, FALSE, NULL, ...).
264 #ifndef NULL
265 #define NULL 0 macro
/hardware/ti/omap3/dspbridge/inc/
H A Ddbtype.h84 /* NULL (Definition is language specific) */
87 #ifndef NULL
89 #define NULL 0 macro
91 #define NULL ((void *)0) /* Null pointer. */ macro
96 /* NULL character (normally used for string termination) */
H A Dstd.h237 #ifndef NULL
238 #define NULL 0 macro
/hardware/ti/omap3/dspbridge/libbridge/inc/
H A Ddbtype.h84 /* NULL (Definition is language specific) */
87 #ifndef NULL
89 #define NULL 0 macro
91 #define NULL ((void *)0) /* Null pointer. */ macro
96 /* NULL character (normally used for string termination) */
H A Dstd.h239 #ifndef NULL
240 #define NULL 0 macro
/hardware/ti/omap4-aah/camera/inc/
H A DBufferSourceAdapter.h123 CameraFrame *frame = NULL;
168 virtual int enableDisplay(int width, int height, struct timeval *refTime = NULL);
173 virtual status_t setSnapshotTimeRef(struct timeval *refTime = NULL) { return NO_ERROR; } argument
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
H A Domx_proxy_videodec.c138 OMX_COMPONENTTYPE *pHandle = NULL;
139 PROXY_COMPONENT_PRIVATE *pComponentPrivate = NULL;
151 PROXY_assert(pHandle->pComponentPrivate != NULL,
165 PROXY_assert(pComponentPrivate->cCompName != NULL,
178 pComponentPrivate->debugframeInfo.toFrame = atoi(strtok(NULL, ":"));
186 if (pComponentPrivate->cCompName != NULL)
189 pComponentPrivate->cCompName = NULL;
191 if (pComponentPrivate != NULL)
194 pComponentPrivate = NULL;
203 OMX_COMPONENTTYPE *pHandle = NULL;
306 PROXY_require(strlen(cParameterName) <= 127, OMX_ErrorBadParameter, NULL); local
[all...]
/hardware/ti/omap4xxx/camera/inc/
H A DNV12_resize.h60 #ifndef NULL
61 #define NULL 0 macro
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
H A Domx_proxy_videodec.c123 OMX_COMPONENTTYPE *pHandle = NULL;
124 PROXY_COMPONENT_PRIVATE *pComponentPrivate = NULL;
136 PROXY_assert(pHandle->pComponentPrivate != NULL,
150 PROXY_assert(pComponentPrivate->cCompName != NULL,
163 OMX_COMPONENTTYPE *pHandle = NULL;
164 PROXY_COMPONENT_PRIVATE *pComponentPrivate = NULL;
239 if (pComponentPrivate->cCompName != NULL)
242 pComponentPrivate->cCompName = NULL;
244 if (pComponentPrivate != NULL)
247 pComponentPrivate = NULL;
278 PROXY_require(strlen(cParameterName) <= 127, OMX_ErrorBadParameter, NULL); local
[all...]
/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
H A Dmltypes.h137 #ifndef NULL
138 #define NULL 0 macro
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
H A Dmltypes.h137 #ifndef NULL
138 #define NULL 0 macro
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
H A Dmltypes.h137 #ifndef NULL
138 #define NULL 0 macro
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
H A Domx_proxy_h264enc.c144 OMX_COMPONENTTYPE *pHandle = NULL;
145 PROXY_COMPONENT_PRIVATE *pComponentPrivate = NULL;
150 OMX_PROXY_H264E_PRIVATE *pProxy = NULL;
162 PROXY_assert(pHandle->pComponentPrivate != NULL,
176 PROXY_assert(pComponentPrivate->cCompName != NULL,
186 PROXY_assert(pComponentPrivate->pCompProxyPrv != NULL,
231 if(pProxy->hBufPipe != NULL)
234 pProxy->hBufPipe = NULL;
237 if(pComponentPrivate->pCompProxyPrv != NULL)
240 pComponentPrivate->pCompProxyPrv = NULL;
521 PROXY_require(strlen(cParameterName) <= 127, OMX_ErrorBadParameter, NULL); local
[all...]
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
H A Domx_proxy_mpeg4enc.c143 OMX_COMPONENTTYPE *pHandle = NULL;
144 PROXY_COMPONENT_PRIVATE *pComponentPrivate = NULL;
149 OMX_PROXY_MPEG4E_PRIVATE *pProxy = NULL;
161 PROXY_assert(pHandle->pComponentPrivate != NULL,
175 PROXY_assert(pComponentPrivate->cCompName != NULL,
185 PROXY_assert(pComponentPrivate->pCompProxyPrv != NULL,
229 if(pProxy->hBufPipe != NULL)
232 pProxy->hBufPipe = NULL;
235 if(pComponentPrivate->pCompProxyPrv != NULL)
238 pComponentPrivate->pCompProxyPrv = NULL;
504 PROXY_require(strlen(cParameterName) <= 127, OMX_ErrorBadParameter, NULL); local
[all...]
/hardware/invensense/60xx/mlsdk/platform/include/
H A Dmltypes.h114 #ifndef NULL
115 #define NULL 0 macro
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_h264_enc/src/
H A Domx_proxy_h264enc.c178 if (hComponent == NULL){
276 OMX_COMPONENTTYPE *pHandle = NULL;
277 PROXY_COMPONENT_PRIVATE *pComponentPrivate = NULL;
282 OMX_PROXY_H264E_PRIVATE *pProxy = NULL;
298 PROXY_assert(pHandle->pComponentPrivate != NULL,
312 PROXY_assert(pComponentPrivate->cCompName != NULL,
322 PROXY_assert(pComponentPrivate->pCompProxyPrv != NULL,
370 if(pProxy->hBufPipe != NULL)
373 pProxy->hBufPipe = NULL;
376 if(pComponentPrivate->pCompProxyPrv != NULL)
666 PROXY_require(strlen(cParameterName) <= 127, OMX_ErrorBadParameter, NULL); local
[all...]
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_mpeg4_enc/src/
H A Domx_proxy_mpeg4enc.c176 if (hComponent == NULL){
274 OMX_COMPONENTTYPE *pHandle = NULL;
275 PROXY_COMPONENT_PRIVATE *pComponentPrivate = NULL;
280 OMX_PROXY_MPEG4E_PRIVATE *pProxy = NULL;
296 PROXY_assert(pHandle->pComponentPrivate != NULL,
310 PROXY_assert(pComponentPrivate->cCompName != NULL,
320 PROXY_assert(pComponentPrivate->pCompProxyPrv != NULL,
367 if(pProxy->hBufPipe != NULL)
370 pProxy->hBufPipe = NULL;
373 if(pComponentPrivate->pCompProxyPrv != NULL)
642 PROXY_require(strlen(cParameterName) <= 127, OMX_ErrorBadParameter, NULL); local
[all...]
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderDefs.h246 #ifndef NULL
247 #define NULL 0 macro
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
H A DExynos_OMX_H264dec.c123 if (codecBuffer == NULL) {
130 if (addr != NULL) {
136 if (size != NULL) {
254 ExynosVideoDecOps *pDecOps = NULL;
255 ExynosVideoDecBufferOps *pInbufOps = NULL;
256 ExynosVideoDecBufferOps *pOutbufOps = NULL;
260 if (pH264Dec == NULL) {
271 if ((pDecOps == NULL) || (pInbufOps == NULL) || (pOutbufOps == NULL)) {
1033 (unsigned int *)dataLen, MFC_OUTPUT_BUFFER_PLANE, NULL); local
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
H A DExynos_OMX_Mpeg4dec.c135 if (codecBuffer == NULL) {
142 if (addr != NULL) {
148 if (size != NULL) {
358 ExynosVideoDecOps *pDecOps = NULL;
359 ExynosVideoDecBufferOps *pInbufOps = NULL;
360 ExynosVideoDecBufferOps *pOutbufOps = NULL;
364 if (pMpeg4Dec == NULL) {
375 if ((pDecOps == NULL) || (pInbufOps == NULL) || (pOutbufOps == NULL)) {
1137 (unsigned int *)dataLen, MFC_OUTPUT_BUFFER_PLANE, NULL); local
[all...]

Completed in 5782 milliseconds

12