Searched refs:Create (Results 1 - 25 of 35) sorted by relevance

12

/hardware/qcom/media/mm-video-legacy/DivxDrmDecrypt/inc/
H A DDivXDrmDecrypt.h38 static DivXDrmDecrypt* Create();
/hardware/qcom/media/mm-video-v4l2/DivxDrmDecrypt/inc/
H A DDivXDrmDecrypt.h38 static DivXDrmDecrypt* Create();
/hardware/ril/librilutils/
H A DAndroid.mk17 # Create static library for those that want it
/hardware/ti/omap4-aah/libtiutils/
H A DSemaphore.h42 ///Create the semaphore with initial count value
43 status_t Create(int count=0);
H A DSemaphore.cpp79 @brief Create the semaphore with initial count value
88 status_t Semaphore::Create(int count) function in class:Ti::Utils::Semaphore
224 Create(0);
/hardware/ti/omap4xxx/libtiutils/
H A DSemaphore.h39 ///Create the semaphore with initial count value
40 status_t Create(int count=0);
H A DSemaphore.cpp78 @brief Create the semaphore with initial count value
87 status_t Semaphore::Create(int count) function in class:android::Semaphore
223 Create(0);
/hardware/qcom/media/mm-video-legacy/DivxDrmDecrypt/src/
H A DDivXDrmDecrypt.cpp86 DivXDrmDecrypt* DivXDrmDecrypt::Create() { function in class:DivXDrmDecrypt
/hardware/qcom/media/mm-video-v4l2/DivxDrmDecrypt/src/
H A DDivXDrmDecrypt.cpp89 DivXDrmDecrypt* DivXDrmDecrypt::Create() function in class:DivXDrmDecrypt
/hardware/qcom/media/mm-core/inc/
H A DOMX_ContentPipe.h143 /** Create a content source and open it for writing. */
144 CPresult (*Create)( CPhandle *hContent, CPstring szURI ); member in struct:CP_PIPETYPE
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_ContentPipe.h143 /** Create a content source and open it for writing. */
144 CPresult (*Create)( CPhandle *hContent, CPstring szURI ); member in struct:CP_PIPETYPE
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
H A DOMX_ContentPipe.h143 /** Create a content source and open it for writing. */
144 CPresult (*Create)( CPhandle *hContent, CPstring szURI ); member in struct:CP_PIPETYPE
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_ContentPipe.h143 /** Create a content source and open it for writing. */
144 CPresult (*Create)( CPhandle *hContent, CPstring szURI ); member in struct:CP_PIPETYPE
/hardware/ti/omap4-aah/domx/omx_core/inc/
H A DOMX_ContentPipe.h160 /** Create a content source and open it for writing. */
161 CPresult (*Create)( CPhandle *hContent, CPstring szURI ); member in struct:CP_PIPETYPE
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_ContentPipe.h143 /** Create a content source and open it for writing. */
144 CPresult (*Create)( CPhandle *hContent, CPstring szURI ); member in struct:CP_PIPETYPE
/hardware/ti/omap4-aah/camera/inc/
H A DEncoder_libjpeg.h155 mCancelSem.Create(0);
/hardware/ti/omap4xxx/camera/inc/
H A DEncoder_libjpeg.h139 mCancelSem.Create(0);
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp3492 mInitSem.Create(0);
3493 mFlushSem.Create(0);
3494 mUsePreviewDataSem.Create(0);
3495 mUsePreviewSem.Create(0);
3496 mUseCaptureSem.Create(0);
3497 mStartPreviewSem.Create(0);
3498 mStopPreviewSem.Create(0);
3499 mStartCaptureSem.Create(0);
3500 mStopCaptureSem.Create(0);
3501 mSwitchToLoadedSem.Create(
[all...]
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp4134 mInitSem.Create(0);
4135 mFlushSem.Create(0);
4136 mUsePreviewDataSem.Create(0);
4137 mUsePreviewSem.Create(0);
4138 mUseCaptureSem.Create(0);
4139 mUseReprocessSem.Create(0);
4140 mStartPreviewSem.Create(0);
4141 mStopPreviewSem.Create(0);
4142 mStartCaptureSem.Create(0);
4143 mStopCaptureSem.Create(
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvparser.hpp333 static long Create(
883 static Cluster* Create(
H A Dmkvparser.cpp1355 Cluster* const pCluster = Cluster::Create(this,
2924 Cluster* const pCluster = Cluster::Create(this, -1, tp.m_pos); //, -1);
2982 Cluster* const pCluster = Cluster::Create(
3462 Cluster* const pNext = Cluster::Create(this,
3854 Cluster* const pNext = Cluster::Create(this,
5500 long Track::Create( function in class:mkvparser::Track
6904 const long status = Track::Create(m_pSegment,
7874 Cluster* Cluster::Create(
/hardware/ti/omap4-aah/camera/
H A DANativeWindowDisplayAdapter.cpp141 sem.Create();
168 ///Create the display thread
313 sem.Create();
364 sem.Create();
/hardware/ti/omap4xxx/camera/
H A DANativeWindowDisplayAdapter.cpp211 sem.Create();
238 ///Create the display thread
390 sem.Create();
439 sem.Create();
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
H A Dmkvparser.hpp704 static Cluster* Create(
H A Dmkvparser.cpp1325 Cluster* const pCluster = Cluster::Create(this,
2895 Cluster* const pCluster = Cluster::Create(this, -1, tp.m_pos); //, -1);
2953 Cluster* const pCluster = Cluster::Create(
3443 Cluster* const pNext = Cluster::Create(this,
3836 Cluster* const pNext = Cluster::Create(this,
6907 Cluster* Cluster::Create(

Completed in 2325 milliseconds

12