/frameworks/base/services/sensorservice/ |
SensorFusion.cpp | 94 mSensorDevice.activate(ident, mAcc.getHandle(), enabled); 95 mSensorDevice.activate(ident, mMag.getHandle(), enabled); 96 mSensorDevice.activate(ident, mGyro.getHandle(), enabled); 110 mSensorDevice.setDelay(ident, mAcc.getHandle(), ns); 111 mSensorDevice.setDelay(ident, mMag.getHandle(), ms2ns(20)); 112 mSensorDevice.setDelay(ident, mGyro.getHandle(), mTargetDelayNs);
|
CorrectedGyroSensor.cpp | 60 mSensorDevice.activate(this, mGyro.getHandle(), enabled); 65 mSensorDevice.setDelay(this, mGyro.getHandle(), ns);
|
SensorInterface.cpp | 50 return mSensorDevice.activate(ident, mSensor.getHandle(), enabled);
|
SensorService.cpp | 155 mSensorMap.add(sensor.getHandle(), s); 157 mLastEventSeen.add(sensor.getHandle(), event); 191 const sensors_event_t& e(mLastEventSeen.valueFor(s.getHandle())); 197 s.getHandle(), 341 if (sensor.getHandle() == handle) {
|
/external/chromium/chrome/browser/webdata/ |
web_data_service_win.cc | 38 return request->GetHandle();
|
web_data_service.cc | 142 return request->GetHandle(); 209 return request->GetHandle(); 249 return request->GetHandle(); 311 return request->GetHandle(); 322 return request->GetHandle(); 333 return request->GetHandle(); 366 return request->GetHandle(); 435 return request->GetHandle(); 487 return request->GetHandle(); 537 consumer->OnWebDataServiceRequestDone(request->GetHandle(), [all...] |
/packages/apps/Nfc/src/com/android/nfc/nxp/ |
NativeLlcpConnectionlessSocket.java | 47 public int getHandle(){
|
NativeP2pDevice.java | 62 public int getHandle() {
|
/packages/apps/Nfc/src/com/android/nfc/ |
DeviceHost.java | 72 int getHandle(); 116 public int getHandle();
|
/external/chromium/chrome/browser/renderer_host/ |
web_cache_manager_browsertest.cc | 36 base::KillProcess(tab->GetRenderProcessHost()->GetHandle(),
|
/frameworks/base/libs/gui/ |
SensorEventQueue.cpp | 124 return mSensorEventConnection->enableDisable(sensor->getHandle(), true); 128 return mSensorEventConnection->enableDisable(sensor->getHandle(), false); 144 return mSensorEventConnection->setEventRate(sensor->getHandle(), ns);
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
Shader.h | 53 GLuint getHandle() const;
|
/cts/tests/tests/widget/src/android/widget/cts/ |
SlidingDrawerTest.java | 102 method = "getHandle", 107 View handle = drawer.getHandle(); 327 View handle = drawer.getHandle();
|
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/ |
Config.cpp | 179 EGLConfig Config::getHandle() const 365 configs[index] = passed[index]->getHandle(); 382 if (config->getHandle() == configHandle)
|
Config.h | 33 EGLConfig getHandle() const;
|
/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)
|
/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 );
|
/external/chromium/chrome/browser/ |
mach_broker_mac.cc | 211 handle = Source<RenderProcessHost>(source)->GetHandle(); 215 Details<ExtensionHost>(details)->render_process_host()->GetHandle();
|
/external/javasqlite/src/main/native/ |
sqlite_jni.c | 211 gethandle(JNIEnv *env, jobject obj) function 776 handle *h = gethandle(env, obj); 895 handle *h = gethandle(env, obj); 935 handle *h = gethandle(env, obj); 958 handle *h = gethandle(env, obj); 983 handle *h = gethandle(env, obj); 1030 handle *h = gethandle(env, obj); 1056 handle *h = gethandle(env, obj); 1275 handle *h = gethandle(env, obj); 1324 handle *h = gethandle(env, obj) [all...] |
/hardware/qcom/media/mm-core/omxcore/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.
|
/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.
|
/hardware/ti/omap4xxx/domx/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.
|
/external/chromium/chrome/browser/automation/ |
automation_resource_tracker.h | 116 int GetHandle(T resource) {
|
/external/chromium/chrome/browser/extensions/ |
extension_processes_api.cc | 175 GetRenderProcessHost()->GetHandle());
|