HomeSort by relevance Sort by last modified time
    Searched refs:GetHandle (Results 1 - 22 of 22) sorted by null

  /art/runtime/
handle_scope-inl.h 75 inline Handle<mirror::Object> HandleScope::GetHandle(size_t i) {
105 MutableHandle<T> h(GetHandle<T>(pos_));
113 MutableHandle<T> h(GetHandle<T>(pos_));
handle_scope.h 65 ALWAYS_INLINE Handle<mirror::Object> GetHandle(size_t i);
167 ALWAYS_INLINE MutableHandle<T> GetHandle(size_t i) SHARED_REQUIRES(Locks::mutator_lock_) {
thread.cc     [all...]
  /external/pdfium/core/include/fxge/
fpf.h 31 virtual FPF_HFONT GetHandle() = 0;
  /external/pdfium/core/src/fxge/android/
fpf_skiafont.h 25 FPF_HFONT GetHandle() override;
fpf_skiafont.cpp 36 FPF_HFONT CFPF_SkiaFont::GetHandle() {
  /external/v8/src/
handles-inl.h 17 : location_(HandleScope::GetHandle(isolate, object)) {}
114 Object** HandleScope::GetHandle(Isolate* isolate, Object* value) {
handles.h 264 V8_INLINE static Object** GetHandle(Isolate* isolate, Object* value);
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_DspCodec.h 176 * component handle returned by the call to the GetHandle function.
199 * the component handle returned by the call to the GetHandle function.
234 * component handle returned by the call to the GetHandle function.
258 OMX_ERRORTYPE GetHandle (OMX_HANDLETYPE* hInterface );
  /art/runtime/entrypoints/quick/
quick_jni_entrypoints.cc 129 jobject locked = called->IsSynchronized() ? handle_scope->GetHandle(0).ToJObject() : nullptr;
quick_trampoline_entrypoints.cc     [all...]
  /external/webrtc/webrtc/base/
thread.h 187 HANDLE GetHandle() const {
  /frameworks/native/vulkan/libvulkan/
debug_report.h 62 static VkDebugReportCallbackEXT GetHandle(const Node* node) {
debug_report.cpp 143 *callback = callbacks.GetHandle(node);
  /external/gmock/include/gmock/
gmock-spec-builders.h 738 virtual Expectation GetHandle() = 0;
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-spec-builders.h 730 virtual Expectation GetHandle() = 0;
    [all...]
  /hardware/intel/common/wrs_omxil_core/base/inc/
componentbase.h 107 /* GetHandle & FreeHandle */
108 OMX_ERRORTYPE GetHandle(OMX_HANDLETYPE* pHandle,
301 /* called in GetHandle (nr_roles == 1) or SetParameter(ComponentRole) */
417 /* allocated at GetHandle, freed at FreeHandle */
  /hardware/intel/common/wrs_omxil_core/core/src/
wrs_omxcore.cpp 226 ret = cbase->GetHandle(pHandle, pAppData, pCallBacks);
228 LOGE("%s(): exit failure, cbase->GetHandle failed\n",
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d.h 454 STDMETHOD(GetHandle)(THIS_ struct IDirect3DDevice *device, D3DMATERIALHANDLE *handle) PURE;
469 #define IDirect3DMaterial_GetHandle(p,a,b) (p)->lpVtbl->GetHandle(p,a,b)
481 #define IDirect3DMaterial_GetHandle(p,a,b) (p)->GetHandle(a,b)
500 STDMETHOD(GetHandle)(THIS_ struct IDirect3DDevice2 *device, D3DMATERIALHANDLE *handle) PURE;
512 #define IDirect3DMaterial2_GetHandle(p,a,b) (p)->lpVtbl->GetHandle(p,a,b)
521 #define IDirect3DMaterial2_GetHandle(p,a,b) (p)->GetHandle(a,b)
538 STDMETHOD(GetHandle)(THIS_ struct IDirect3DDevice3 *device, D3DMATERIALHANDLE *handle) PURE;
550 #define IDirect3DMaterial3_GetHandle(p,a,b) (p)->lpVtbl->GetHandle(p,a,b)
559 #define IDirect3DMaterial3_GetHandle(p,a,b) (p)->GetHandle(a,b)
575 STDMETHOD(GetHandle)(THIS_ struct IDirect3DDevice *device, D3DTEXTUREHANDLE *handle) PURE
    [all...]
objidl.h     [all...]
  /hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp 241 /* GetHandle & FreeHandle */
242 OMX_ERRORTYPE ComponentBase::GetHandle(OMX_HANDLETYPE *pHandle,
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c 128 * GetHandle function is called by OMX component to get LCML handle
134 OMX_ERRORTYPE GetHandle(OMX_HANDLETYPE *hInterface )
140 OMXDBG_PRINT(stderr, PRINT, 2, OMX_DBG_BASEMASK, "%d :: GetHandle application\n",__LINE__);
178 OMX_PRINT2 (dspcodecinterface->dbg, "GetHandle application handle %p dspCodec %p",pHandle, pHandle->dspCodec);
    [all...]

Completed in 4889 milliseconds