HomeSort by relevance Sort by last modified time
    Searched refs:pThis (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/pdfium/xfa/fxfa/fm2js/
xfa_fm2jscontext.h 24 static void Abs(CFXJSE_Value* pThis,
27 static void Avg(CFXJSE_Value* pThis,
30 static void Ceil(CFXJSE_Value* pThis,
33 static void Count(CFXJSE_Value* pThis,
36 static void Floor(CFXJSE_Value* pThis,
39 static void Max(CFXJSE_Value* pThis,
42 static void Min(CFXJSE_Value* pThis,
45 static void Mod(CFXJSE_Value* pThis,
48 static void Round(CFXJSE_Value* pThis,
51 static void Sum(CFXJSE_Value* pThis,
    [all...]
  /hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
omx_core_cmp.cpp 48 qc_omx_component *pThis = (qc_omx_component *)obj_ptr;
49 OMX_COMPONENTTYPE* component = &(pThis->m_cmp);
50 memset(&pThis->m_cmp,0,sizeof(OMX_COMPONENTTYPE));
88 qc_omx_component *pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL;
91 if(pThis)
94 eRet = pThis->component_init(componentName);
99 delete pThis;
114 qc_omx_component *pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL;
116 if(pThis)
118 eRet = pThis->get_component_version(hComp,componentName,componentVersion,specVersion,componentUUID)
    [all...]
  /hardware/qcom/media/msm8974/mm-core/src/common/
omx_core_cmp.cpp 48 qc_omx_component *pThis = (qc_omx_component *)obj_ptr;
49 OMX_COMPONENTTYPE* component = &(pThis->m_cmp);
50 memset(&pThis->m_cmp,0,sizeof(OMX_COMPONENTTYPE));
88 qc_omx_component *pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL;
91 if(pThis)
94 eRet = pThis->component_init(componentName);
99 delete pThis;
114 qc_omx_component *pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL;
116 if(pThis)
118 eRet = pThis->get_component_version(hComp,componentName,componentVersion,specVersion,componentUUID)
    [all...]
  /hardware/qcom/media/msm8996/mm-core/src/common/
omx_core_cmp.cpp 48 qc_omx_component *pThis = (qc_omx_component *)obj_ptr;
49 OMX_COMPONENTTYPE* component = &(pThis->m_cmp);
50 memset(&pThis->m_cmp,0,sizeof(OMX_COMPONENTTYPE));
88 qc_omx_component *pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL;
91 if(pThis)
94 eRet = pThis->component_init(componentName);
99 delete pThis;
114 qc_omx_component *pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL;
116 if(pThis)
118 eRet = pThis->get_component_version(hComp,componentName,componentVersion,specVersion,componentUUID)
    [all...]
  /hardware/qcom/media/msm8998/mm-core/src/common/
omx_core_cmp.cpp 48 qc_omx_component *pThis = (qc_omx_component *)obj_ptr;
49 OMX_COMPONENTTYPE* component = &(pThis->m_cmp);
50 memset(&pThis->m_cmp,0,sizeof(OMX_COMPONENTTYPE));
88 qc_omx_component *pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL;
91 if(pThis)
94 eRet = pThis->component_init(componentName);
99 delete pThis;
114 qc_omx_component *pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL;
116 if(pThis)
118 eRet = pThis->get_component_version(hComp,componentName,componentVersion,specVersion,componentUUID)
    [all...]
  /hardware/qcom/media/sdm845/mm-core/src/common/
omx_core_cmp.cpp 48 qc_omx_component *pThis = (qc_omx_component *)obj_ptr;
49 OMX_COMPONENTTYPE* component = &(pThis->m_cmp);
50 memset(&pThis->m_cmp,0,sizeof(OMX_COMPONENTTYPE));
88 qc_omx_component *pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL;
91 if(pThis)
94 eRet = pThis->component_init(componentName);
99 delete pThis;
114 qc_omx_component *pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL;
116 if(pThis)
118 eRet = pThis->get_component_version(hComp,componentName,componentVersion,specVersion,componentUUID)
    [all...]
  /external/pdfium/public/
fpdf_sysfontinfo.h 57 * pThis - Pointer to the interface structure itself
61 void (*Release)(struct _FPDF_SYSFONTINFO* pThis);
75 * pThis - Pointer to the interface structure itself
81 void (*EnumFonts)(struct _FPDF_SYSFONTINFO* pThis, void* pMapper);
98 * pThis - Pointer to the interface structure itself
117 void* (*MapFont)(struct _FPDF_SYSFONTINFO* pThis,
136 * pThis - Pointer to the interface structure itself
142 void* (*GetFont)(struct _FPDF_SYSFONTINFO* pThis, const char* face);
155 * pThis - Pointer to the interface structure itself
168 unsigned long (*GetFontData)(struct _FPDF_SYSFONTINFO* pThis,
    [all...]
fpdf_formfill.h 42 * pThis - Pointer to the interface structure itself
63 int (*app_alert)(struct _IPDF_JsPlatform* pThis,
77 * pThis - Pointer to the interface structure itself
87 void (*app_beep)(struct _IPDF_JsPlatform* pThis, int nType);
98 * pThis - Pointer to the interface structure itself
124 int (*app_response)(struct _IPDF_JsPlatform* pThis,
141 * pThis - Pointer to the interface structure itself
155 int (*Doc_getFilePath)(struct _IPDF_JsPlatform* pThis,
168 * pThis - Pointer to the interface structure itself
191 void (*Doc_mail)(struct _IPDF_JsPlatform* pThis,
    [all...]
fpdf_save.h 34 // pThis - Pointer to the structure itself
40 int (*WriteBlock)(struct FPDF_FILEWRITE_* pThis,
fpdf_ext.h 57 // pThis - pointer to the interface structure.
59 void (*FSDK_UnSupport_Handler)(struct _UNSUPPORT_INFO* pThis, int nType);
fpdf_progressive.h 38 * pThis - Pointer to the interface structure itself
43 FPDF_BOOL (*NeedToPauseNow)(struct _IFSDK_PAUSE* pThis);
fpdf_dataavail.h 43 // pThis - pointer to the interface structure.
49 FPDF_BOOL (*IsDataAvail)(struct _FX_FILEAVAIL* pThis,
81 // pThis - pointer to the interface structure.
88 void (*AddSegment)(struct _FX_DOWNLOADHINTS* pThis,
  /device/linaro/bootloader/edk2/StdLib/SocketDxe/
DriverBinding.c 57 @param [in] pThis Protocol instance pointer.
68 IN EFI_DRIVER_BINDING_PROTOCOL * pThis,
96 pThis->DriverBindingHandle,
108 pThis->DriverBindingHandle,
148 @param [in] pThis Protocol instance pointer.
159 IN EFI_DRIVER_BINDING_PROTOCOL * pThis,
171 Status = EslServiceConnect ( pThis->DriverBindingHandle,
194 @param [in] pThis Protocol instance pointer.
207 IN EFI_DRIVER_BINDING_PROTOCOL * pThis,
220 Status = EslServiceDisconnect ( pThis->DriverBindingHandle,
    [all...]
ComponentName.c 55 @param [in] pThis A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
82 IN EFI_COMPONENT_NAME_PROTOCOL * pThis,
91 pThis->SupportedLanguages,
94 (BOOLEAN)(pThis == &mComponentName)
112 @param [in] pThis A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
160 IN EFI_COMPONENT_NAME_PROTOCOL * pThis,
Socket.h 39 @param [in] pThis Protocol instance pointer.
52 IN EFI_DRIVER_BINDING_PROTOCOL * pThis,
72 @param [in] pThis A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
99 IN EFI_COMPONENT_NAME_PROTOCOL * pThis,
118 @param [in] pThis A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
166 IN EFI_COMPONENT_NAME_PROTOCOL * pThis,
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
ComponentName.c 55 @param [in] pThis A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
82 IN EFI_COMPONENT_NAME_PROTOCOL * pThis,
92 pThis->SupportedLanguages,
95 (BOOLEAN)(pThis == &gComponentName)
114 @param [in] pThis A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
162 IN EFI_COMPONENT_NAME_PROTOCOL * pThis,
DriverBinding.c 20 @param [in] pThis Protocol instance pointer.
31 IN EFI_DRIVER_BINDING_PROTOCOL * pThis,
47 pThis->DriverBindingHandle,
75 pThis->DriverBindingHandle,
93 @param [in] pThis Protocol instance pointer.
104 IN EFI_DRIVER_BINDING_PROTOCOL * pThis,
143 pThis->DriverBindingHandle,
219 pThis->DriverBindingHandle,
242 @param [in] pThis Protocol instance pointer.
255 IN EFI_DRIVER_BINDING_PROTOCOL * pThis,
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/
ComponentName.c 55 @param [in] pThis A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
82 IN EFI_COMPONENT_NAME_PROTOCOL * pThis,
91 pThis->SupportedLanguages,
94 (BOOLEAN)(pThis == &gComponentName)
113 @param [in] pThis A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
161 IN EFI_COMPONENT_NAME_PROTOCOL * pThis,
DriverBinding.c 27 @param [in] pThis Protocol instance pointer.
38 IN EFI_DRIVER_BINDING_PROTOCOL * pThis,
55 pThis->DriverBindingHandle,
91 pThis->DriverBindingHandle,
105 @param [in] pThis Protocol instance pointer.
116 IN EFI_DRIVER_BINDING_PROTOCOL * pThis,
155 pThis->DriverBindingHandle,
176 pThis->DriverBindingHandle,
188 pThis->DriverBindingHandle,
208 pThis->DriverBindingHandle
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
PrimaryDevice.cpp 63 PrimaryDevice *pThis = (PrimaryDevice*)data;
64 if (pThis) {
65 pThis->repeatedFrameListener();
  /external/mdnsresponder/mDNSWindows/DLLX/
_IDNSSDEvents_CP.h 16 T * pThis = static_cast<T *>(this);
21 pThis->Lock();
23 pThis->Unlock();
45 T * pThis = static_cast<T *>(this);
50 pThis->Lock();
52 pThis->Unlock();
74 T * pThis = static_cast<T *>(this);
79 pThis->Lock();
81 pThis->Unlock();
107 T * pThis = static_cast<T *>(this);
    [all...]
  /external/pdfium/fpdfsdk/
fpdf_sysfontinfo.cpp 115 static void DefaultRelease(struct _FPDF_SYSFONTINFO* pThis) {
116 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis);
121 static void DefaultEnumFonts(struct _FPDF_SYSFONTINFO* pThis, void* pMapper) {
122 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis);
126 static void* DefaultMapFont(struct _FPDF_SYSFONTINFO* pThis,
133 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis);
138 void* DefaultGetFont(struct _FPDF_SYSFONTINFO* pThis, const char* family) {
139 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis);
143 static unsigned long DefaultGetFontData(struct _FPDF_SYSFONTINFO* pThis,
148 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis);
    [all...]
  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
DxeSupport.c 28 @param [in] pThis Address of the EFI_SERVICE_BINDING_PROTOCOL structure.
43 IN EFI_SERVICE_BINDING_PROTOCOL * pThis,
75 @param [in] pThis Address of the EFI_SERVICE_BINDING_PROTOCOL structure.
89 IN EFI_SERVICE_BINDING_PROTOCOL * pThis,
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp 392 omx_video *pThis = (omx_video *) ctxt;
394 if (!pThis) {
403 pthread_mutex_lock(&pThis->m_lock);
404 qsize = pThis->m_cmd_q.m_size;
406 pThis->m_cmd_q.pop_entry(&p1,&p2,&ident);
410 qsize = pThis->m_ftb_q.m_size;
412 pThis->m_ftb_q.pop_entry(&p1,&p2,&ident);
417 qsize = pThis->m_etb_q.m_size;
419 pThis->m_etb_q.pop_entry(&p1,&p2,&ident);
423 pthread_mutex_unlock(&pThis->m_lock)
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp 393 omx_video *pThis = (omx_video *) ctxt;
395 if (!pThis) {
404 pthread_mutex_lock(&pThis->m_lock);
405 qsize = pThis->m_cmd_q.m_size;
407 pThis->m_cmd_q.pop_entry(&p1,&p2,&ident);
411 qsize = pThis->m_ftb_q.m_size;
413 pThis->m_ftb_q.pop_entry(&p1,&p2,&ident);
418 qsize = pThis->m_etb_q.m_size;
420 pThis->m_etb_q.pop_entry(&p1,&p2,&ident);
424 pthread_mutex_unlock(&pThis->m_lock)
    [all...]

Completed in 298 milliseconds

1 2 3