HomeSort by relevance Sort by last modified time
    Searched full:gethandle (Results 1 - 25 of 60) sorted by null

1 2 3

  /frameworks/base/awt/org/apache/harmony/awt/gl/color/
ICC_Transform.java 77 profileHandles[i] = NativeCMM.getHandle(profiles[i]);
128 profileHandles[i] = NativeCMM.getHandle(profiles[i]);
NativeCMM.java 49 public static long getHandle(ICC_Profile key) {
  /cts/tests/tests/widget/src/android/widget/cts/
SlidingDrawerTest.java 102 method = "getHandle",
107 View handle = drawer.getHandle();
327 View handle = drawer.getHandle();
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3d.h 250 STDMETHOD(GetHandle) (THIS_ LPDIRECT3DDEVICE, LPD3DMATERIALHANDLE) PURE;
262 #define IDirect3DMaterial_GetHandle(p, a, b) (p)->lpVtbl->GetHandle(p, a, b)
280 STDMETHOD(GetHandle) (THIS_ LPDIRECT3DDEVICE, LPD3DTEXTUREHANDLE) PURE;
291 #define IDirect3DTexture_GetHandle(p, a, b) (p)->lpVtbl->GetHandle(p, a, b)
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3D.H 250 STDMETHOD(GetHandle) (THIS_ LPDIRECT3DDEVICE, LPD3DMATERIALHANDLE) PURE;
262 #define IDirect3DMaterial_GetHandle(p, a, b) (p)->lpVtbl->GetHandle(p, a, b)
280 STDMETHOD(GetHandle) (THIS_ LPDIRECT3DDEVICE, LPD3DTEXTUREHANDLE) PURE;
291 #define IDirect3DTexture_GetHandle(p, a, b) (p)->lpVtbl->GetHandle(p, a, b)
  /frameworks/base/core/java/android/hardware/
Sensor.java 144 int getHandle() {
SensorManager.java 489 mSensors |= 1<<sensor.getHandle();
494 mSensors &= ~(1<<sensor.getHandle());
499 return ((mSensors & (1<<sensor.getHandle())) != 0);
563 // ", handle=" + sensor.getHandle());
566 sHandleToSensor.append(sensor.getHandle(), sensor);
    [all...]
  /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 );
  /dalvik/libcore/sql/src/main/native/
sqlite_jni.c 195 gethandle(JNIEnv *env, jobject obj) function
722 handle *h = gethandle(env, obj);
827 handle *h = gethandle(env, obj);
867 handle *h = gethandle(env, obj);
890 handle *h = gethandle(env, obj);
915 handle *h = gethandle(env, obj);
962 handle *h = gethandle(env, obj);
987 handle *h = gethandle(env, obj);
1159 handle *h = gethandle(env, obj);
1209 handle *h = gethandle(env, obj)
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Component.h 311 this structure is allocated by the GetHandle function, this
527 handle returned by the call to the GetHandle function.
551 handle returned by the call to the GetHandle function.
OMX_Core.h 511 handle returned by the call to the GetHandle function.
549 handle returned by the call to the GetHandle function.
578 handle returned by the call to the GetHandle function.
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
libOMX.TI.AMR.encode.so 
  /external/opencore/extern_libs_v2/khronos/openmax/include/
OMX_Component.h 328 this structure is allocated by the GetHandle function, this
544 handle returned by the call to the GetHandle function.
568 handle returned by the call to the GetHandle function.
OMX_Core.h 528 handle returned by the call to the GetHandle function.
566 handle returned by the call to the GetHandle function.
595 handle returned by the call to the GetHandle function.
    [all...]
  /external/opencore/codecs_v2/omx/omx_mastercore/src/
pv_omxmastercore.cpp 613 // call the appropriate GetHandle for the component
696 // call the appropriate GetHandle for the component
    [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...]
  /dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/
FileChannelImpl.java 650 public int getHandle() {
  /frameworks/base/core/java/android/os/
BatteryStats.java 297 public abstract int getHandle();
    [all...]
  /frameworks/base/core/java/android/widget/
SlidingDrawer.java 879 public View getHandle() {
    [all...]
  /packages/apps/Settings/src/com/android/settings/battery_history/
BatteryHistory.java 606 int handle = se.getHandle();
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageSummary.java 386 int sensorType = sensor.getHandle();
  /external/webkit/WebCore/plugins/win/
PluginViewWin.cpp 107 return (HWND)client->GetHandle();
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Utils.c 131 fpGetHandle = dlsym(handle, "GetHandle");
139 /*calling gethandle and passing phandle to be filled */
173 fpGetHandle1 = (LPFNDLLFUNC1)GetProcAddress(g_hLcmlDllHandle,TEXT("GetHandle"));
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c 139 fpGetHandle = dlsym (handle, "GetHandle");
146 /* calling gethandle and passing phandle to b filled */
181 fpGetHandle1 = (LPFNDLLFUNC1)GetProcAddress(hDLL,TEXT("GetHandle"));
    [all...]

Completed in 3388 milliseconds

1 2 3