/hardware/bsp/intel/peripheral/sensors/mraa/ |
Sensor.hpp | 103 int getHandle() { return handle; }
|
/hardware/intel/common/utils/ISV/include/ |
isv_bufmanager.h | 117 unsigned long getHandle() { return mBuffer; }
|
/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 );
|
/packages/services/Car/bluetooth/bt-map-client-lib/src/com/google/android/auto/mapservice/ |
BluetoothMapEventReport.java | 126 public String getHandle() {
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
CallListAdapter.java | 98 Uri handle = call.getDetails().getHandle();
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
AsyncBlockCheckFilterTest.java | 67 when(mCall.getHandle()).thenReturn(TEST_HANDLE);
|
BluetoothPhoneServiceTest.java | 243 when(activeCall.getHandle()).thenReturn(Uri.parse("tel:555-000")); 546 when(ringingCall.getHandle()).thenReturn(Uri.parse("tel:555-0000")); 559 when(parentConfCall.getHandle()).thenReturn(Uri.parse("tel:555-0000")); 708 when(ringingCall.getHandle()).thenReturn(Uri.parse("tel:555-000")); [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
SlidingDrawerTest.java | 86 View handle = drawer.getHandle(); 230 View handle = drawer.getHandle();
|
/frameworks/base/docs/html/sdk/api_diff/21/changes/ |
android.opengl.EGLObjectHandle.html | 135 <nobr><code>int</code> <A HREF="../../../../reference/android/opengl/EGLObjectHandle.html#getHandle()" target="_top"><code>getHandle</code></A>() </nobr>
|
/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",
|
/hardware/intel/img/hwcomposer/merrifield/common/buffers/ |
BufferManager.cpp | 122 mapper->getHandle(), 305 buffer_handle_t handle = mapper->getHandle();
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/buffers/ |
BufferManager.cpp | 122 mapper->getHandle(), 305 uint32_t handle = mapper->getHandle();
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
CallerInfoUtils.java | 83 if ((call.getHandle() != null && 84 PhoneAccount.SCHEME_VOICEMAIL.equals(call.getHandle().getScheme())) ||
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
RespondViaSmsManager.java | 133 && call.getHandle() != null 138 rejectCallWithMessage(call.getContext(), call.getHandle().getSchemeSpecificPart(),
|
/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
MissedCallNotifierImpl.java | 217 final Uri handleUri = call.getHandle(); 362 Uri handleUri = call.getHandle(); 437 String handle = call.getHandle() == null ? null : call.getHandle().getSchemeSpecificPart(); 557 return call.getHandle() != null && 558 PhoneAccount.SCHEME_TEL.equals(call.getHandle().getScheme());
|
/external/javasqlite/src/main/native/ |
sqlite_jni.c | 210 gethandle(JNIEnv *env, jobject obj) function 775 handle *h = gethandle(env, obj); 894 handle *h = gethandle(env, obj); 934 handle *h = gethandle(env, obj); 957 handle *h = gethandle(env, obj); 982 handle *h = gethandle(env, obj); 1029 handle *h = gethandle(env, obj); 1055 handle *h = gethandle(env, obj); 1274 handle *h = gethandle(env, obj); 1323 handle *h = gethandle(env, obj) [all...] |
/hardware/qcom/media/msm8974/mm-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/qcom/media/msm8974/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/qcom/media/msm8996/mm-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/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.
|
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/ |
SoundTriggerHelper.java | 473 status = mModule.unloadSoundModel(modelData.getHandle()); 493 if (mModule == null || modelData == null || modelData.getHandle() == INVALID_VALUE || 506 status = mModule.unloadSoundModel(modelData.getHandle()); 542 int status = mModule.unloadSoundModel(modelData.getHandle()); [all...] |
/frameworks/base/telecomm/java/android/telecom/ |
RemoteConnectionService.java | 65 if (parcel.getHandle() != null 67 connection.setAddress(parcel.getHandle(), parcel.getHandlePresentation());
|
/art/runtime/entrypoints/quick/ |
quick_jni_entrypoints.cc | 129 jobject locked = called->IsSynchronized() ? handle_scope->GetHandle(0).ToJObject() : nullptr;
|
/external/deqp/execserver/ |
xsWin32TestProcess.hpp | 67 HANDLE getHandle (void) const { return m_handle; }
|