HomeSort by relevance Sort by last modified time
    Searched full:gethandle (Results 51 - 75 of 229) sorted by null

1 23 4 5 6 7 8 910

  /frameworks/native/vulkan/libvulkan/
debug_report.h 62 static VkDebugReportCallbackEXT GetHandle(const Node* node) {
  /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();
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btAxisSweep3InternalInt.java 116 public long getHandle() {
243 public btAxisSweep3InternalInt.Handle getHandle(long index) {
btAxisSweep3InternalShort.java 116 public int getHandle() {
243 public btAxisSweep3InternalShort.Handle getHandle(int index) {
  /frameworks/base/docs/html/sdk/api_diff/21/changes/
android.opengl.EGLObjectHandle.html 135 <nobr><code>int</code>&nbsp;<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 134 && call.getHandle() != null
138 rejectCallWithMessage(call.getContext(), call.getHandle().getSchemeSpecificPart(),
  /packages/services/Telecomm/src/com/android/server/telecom/ui/
MissedCallNotifierImpl.java 224 final Uri handleUri = call.getHandle();
369 Uri handleUri = call.getHandle();
444 String handle = call.getHandle() == null ? null : call.getHandle().getSchemeSpecificPart();
564 return call.getHandle() != null &&
565 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...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
CallDetailsTest.java 340 * Tests whether the getHandle() getter returns the correct object.
347 assertThat(mCall.getDetails().getHandle(), is(Uri.class));
348 assertEquals(getTestNumber(), mCall.getDetails().getHandle());
  /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.

Completed in 2094 milliseconds

1 23 4 5 6 7 8 910