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

1 2 3 4 5 6 7 8 910

  /packages/apps/Dialer/InCallUI/src/com/android/incallui/util/
TelecomCallUtil.java 33 Uri handle = call.getDetails().getHandle();
46 Uri handle = getHandle(call);
50 public static Uri getHandle(Call call) {
51 return call == null ? null : call.getDetails().getHandle();
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/tokens/
TagTuple.java 30 public String getHandle() {
TagToken.java 34 return "value=[" + value.getHandle() + ", " + value.getSuffix() + "]";
  /frameworks/base/core/java/android/hardware/
SystemSensorManager.java 108 mHandleToSensor.put(sensor.getHandle(), sensor);
295 int ret = sInjectEventQueue.injectSensorData(sensor.getHandle(), values, accuracy,
307 mHandleToSensor.remove(sensor.getHandle());
352 mHandleToSensor.put(s.getHandle(), s);
457 newList.get(i).getHandle() > oldList.get(j).getHandle()) ) {
464 newList.get(i).getHandle() < oldList.get(j).getHandle())) {
474 newList.get(i).getHandle() == oldList.get(j).getHandle()) {
    [all...]
  /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_));
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btAxisSweep3.h 140 SIMD_FORCE_INLINE Handle* getHandle(BP_FP_INT_TYPE index) const {return m_pHandles + index;}
218 Handle* pHandlePrev = getHandle(pEdge->m_handle);
236 Handle* handle = getHandle(handleId);
284 rayCallback.process(getHandle(m_pEdges[axis][i].m_handle));
305 Handle* handle = getHandle(m_pEdges[axis][i].m_handle);
486 m_firstFreeHandle = getHandle(handle)->GetNextFree();
497 getHandle(handle)->SetNextFree(m_firstFreeHandle);
516 Handle* pHandle = getHandle(handle);
564 Handle* pHandle = getHandle(handle);
761 Handle* pHandle = getHandle(handle)
    [all...]
  /frameworks/native/services/sensorservice/
SensorFusion.cpp 148 mSensorDevice.activate(ident, mAcc.getHandle(), enabled);
150 mSensorDevice.activate(ident, mMag.getHandle(), enabled);
153 mSensorDevice.activate(ident, mGyro.getHandle(), enabled);
164 mSensorDevice.batch(ident, mAcc.getHandle(), 0, ns, 0);
166 mSensorDevice.batch(ident, mMag.getHandle(), 0, ms2ns(20), 0);
169 mSensorDevice.batch(ident, mGyro.getHandle(), 0, mTargetDelayNs, 0);
CorrectedGyroSensor.cpp 71 mSensorDevice.activate(ident, mGyro.getHandle(), enabled);
76 mSensorDevice.setDelay(ident, mGyro.getHandle(), ns);
SensorInterface.cpp 62 return mSensorDevice.activate(ident, mSensor.getHandle(), enabled);
67 return mSensorDevice.batch(ident, mSensor.getHandle(), flags, samplingPeriodNs,
  /packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
AsyncBlockCheckFilter.java 49 String number = call.getHandle() == null ?
50 null : call.getHandle().getSchemeSpecificPart();
  /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;
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioSourceDescriptor.h 40 audio_patch_handle_t getHandle() const { return mPatchDesc->mHandle; }
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeLlcpConnectionlessSocket.java 68 public int getHandle(){
NativeP2pDevice.java 65 public int getHandle() {
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeLlcpConnectionlessSocket.java 68 public int getHandle(){
NativeP2pDevice.java 65 public int getHandle() {
  /frameworks/native/libs/ui/
Gralloc1On0Adapter.cpp 302 buffer_handle_t handle = buffer->getHandle();
365 int result = mModule->lockAsync(mModule, buffer->getHandle(),
374 int result = mModule->lock(mModule, buffer->getHandle(),
406 int result = mModule->lockAsync_ycbcr(mModule, buffer->getHandle(),
415 int result = mModule->lock_ycbcr(mModule, buffer->getHandle(),
436 int result = mModule->unlockAsync(mModule, buffer->getHandle(),
445 int result = mModule->unlock(mModule, buffer->getHandle());
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
HfpClientConnectionService.java 203 PhoneAccountHandle handle = getHandle();
237 !getHandle().equals(connectionManagerAccount)) {
267 !getHandle().equals(connectionManagerAccount)) {
287 !getHandle().equals(connectionManagerAccount)) {
314 BluetoothDevice device = getDevice(getHandle());
315 mConference = new HfpClientConference(getHandle(), device, mHeadsetProfile);
355 BluetoothDevice device = getDevice(getHandle());
356 mConference = new HfpClientConference(getHandle(), device, mHeadsetProfile);
477 public synchronized PhoneAccountHandle getHandle() {
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 123 EGLNativeWindowType getLegacyNative (void) { return m_window.getHandle(); }
306 TCU_CHECK(GetClientRect(m_window.getHandle(), &rect));
319 windowDC = GetDC(m_window.getHandle());
325 MapWindowPoints(m_window.getHandle(), DE_NULL, (LPPOINT)&rect, 2);
357 ReleaseDC(m_window.getHandle(), windowDC);
369 ReleaseDC(m_window.getHandle(), windowDC);
  /external/v8/src/
handles-inl.h 17 : location_(HandleScope::GetHandle(isolate, object)) {}
114 Object** HandleScope::GetHandle(Isolate* isolate, Object* value) {
  /packages/services/Telecomm/src/com/android/server/telecom/
PhoneStateBroadcaster.java 108 if (call.getHandle() != null) {
109 callHandle = call.getHandle().getSchemeSpecificPart();
  /frameworks/base/opengl/java/android/opengl/
EGLObjectHandle.java 43 public int getHandle() {
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallInfo.java 37 public String getHandle() {
  /frameworks/native/opengl/tools/glgen/static/egl/
EGLObjectHandle.java 43 public int getHandle() {

Completed in 390 milliseconds

1 2 3 4 5 6 7 8 910