Home
last modified time | relevance | path

Searched refs:dispatch (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/rs/cpp/
DRenderScript.cpp37 dispatchTable* RS::dispatch = NULL; member in RS
57 RS::dispatch->ContextDeinitToClient(mContext); in ~RS()
62 RS::dispatch->ContextDestroy(mContext); in ~RS()
64 RS::dispatch->DeviceDestroy(mDev); in ~RS()
75 RS::dispatch->AllocationGetType = (AllocationGetTypeFnPtr)dlsym(handle, "rsaAllocationGetType"); in loadSymbols()
76 if (RS::dispatch->AllocationGetType == NULL) { in loadSymbols()
80 RS::dispatch->TypeGetNativeData = (TypeGetNativeDataFnPtr)dlsym(handle, "rsaTypeGetNativeData"); in loadSymbols()
81 if (RS::dispatch->TypeGetNativeData == NULL) { in loadSymbols()
85 …RS::dispatch->ElementGetNativeData = (ElementGetNativeDataFnPtr)dlsym(handle, "rsaElementGetNative… in loadSymbols()
86 if (RS::dispatch->ElementGetNativeData == NULL) { in loadSymbols()
[all …]
DrsCppInternal.h22 #define tryDispatch(rs, dispatch) \ argument
24 dispatch; \
27 #define createDispatch(rs, dispatch) \ argument
28 rs->getError() == RS_SUCCESS ? dispatch : NULL
DAllocation.cpp127 const void *typeID = RS::dispatch->AllocationGetType(mRS->getContext(), getID()); in updateFromNative()
149 tryDispatch(mRS, RS::dispatch->AllocationSyncAll(mRS->getContext(), getIDSafe(), srcLocation)); in syncAll()
158 tryDispatch(mRS, RS::dispatch->AllocationIoSend(mRS->getContext(), getID())); in ioSendOutput()
168 tryDispatch(mRS, RS::dispatch->AllocationIoReceive(mRS->getContext(), getID())); in ioGetInput()
173 tryDispatch(mRS, RS::dispatch->AllocationGenerateMipmaps(mRS->getContext(), getID())); in generateMipmaps()
188 … tryDispatch(mRS, RS::dispatch->Allocation1DData(mRS->getContext(), getIDSafe(), off, mSelectedLOD, in copy1DRangeFrom()
203 … tryDispatch(mRS, RS::dispatch->Allocation1DRead(mRS->getContext(), getIDSafe(), off, mSelectedLOD, in copy1DRangeTo()
210 tryDispatch(mRS, RS::dispatch->AllocationCopy2DRange(mRS->getContext(), getIDSafe(), off, 0, in copy1DRangeFrom()
238 tryDispatch(mRS, RS::dispatch->Allocation2DData(mRS->getContext(), getIDSafe(), xoff, in copy2DRangeFrom()
247 tryDispatch(mRS, RS::dispatch->AllocationCopy2DRange(mRS->getContext(), getIDSafe(), xoff, yoff, in copy2DRangeFrom()
[all …]
DScript.cpp26 tryDispatch(mRS, RS::dispatch->ScriptInvokeV(mRS->getContext(), getID(), slot, v, len)); in invoke()
36 …tryDispatch(mRS, RS::dispatch->ScriptForEach(mRS->getContext(), getID(), slot, in_id, out_id, usr,… in forEach()
45 …tryDispatch(mRS, RS::dispatch->ScriptBindAllocation(mRS->getContext(), getID(), BaseObj::getObjID(… in bindAllocation()
50 …tryDispatch(mRS, RS::dispatch->ScriptSetVarObj(mRS->getContext(), getID(), index, (o == NULL) ? 0 … in setVar()
54 tryDispatch(mRS, RS::dispatch->ScriptSetVarV(mRS->getContext(), getID(), index, v, len)); in setVar()
DBaseObj.cpp48 RS::dispatch->ObjDestroy(mRS->getContext(), mID); in ~BaseObj()
56 RS::dispatch->GetName(mRS->getContext(), mID, &name); in updateFromNative()
DScriptC.cpp27 mID = RS::dispatch->ScriptCCreate(rs->getContext(), cachedName, cachedNameLength, in ScriptC()
DType.cpp103 …void * id = RS::dispatch->TypeCreate(rs->getContext(), e->getID(), dimX, dimY, dimZ, false, false,… in create()
203 void * id = RS::dispatch->TypeCreate(mRS->getContext(), mElement->getID(), mDimX, mDimY, mDimZ, in create()
DElement.cpp274 void * id = RS::dispatch->ElementCreate(rs->getContext(), dt, RS_KIND_USER, false, 1); in createUser()
283 void *id = RS::dispatch->ElementCreate(rs->getContext(), dt, RS_KIND_USER, false, size); in createVector()
340 void * id = RS::dispatch->ElementCreate(rs->getContext(), dt, dk, true, size); in createPixel()
402 void *id = RS::dispatch->ElementCreate2(mRS->getContext(), in create()
DSampler.cpp54 …void* id = RS::dispatch->SamplerCreate(rs.get(), min, mag, wrapS, wrapT, RS_SAMPLER_WRAP, anisotro… in create()
/frameworks/support/v4/java/android/support/v4/view/
DKeyEventCompat.java37 public boolean dispatch(KeyEvent event, KeyEvent.Callback receiver, Object state, in dispatch() method
112 public boolean dispatch(KeyEvent event, KeyEvent.Callback receiver, Object state, in dispatch() method in KeyEventCompat.BaseKeyEventVersionImpl
114 return event.dispatch(receiver); in dispatch()
135 public boolean dispatch(KeyEvent event, KeyEvent.Callback receiver, Object state, in dispatch() method in KeyEventCompat.EclairKeyEventVersionImpl
137 return KeyEventCompatEclair.dispatch(event, receiver, state, target); in dispatch()
207 public static boolean dispatch(KeyEvent event, KeyEvent.Callback receiver, Object state, in dispatch() method in KeyEventCompat
209 return IMPL.dispatch(event, receiver, state, target); in dispatch()
/frameworks/support/v4/eclair/android/support/v4/view/
DKeyEventCompatEclair.java28 public static boolean dispatch(KeyEvent event, KeyEvent.Callback receiver, Object state, in dispatch() method in KeyEventCompatEclair
30 return event.dispatch(receiver, (KeyEvent.DispatcherState)state, target); in dispatch()
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
Dadvanced-nfc.jd14 <li><a href="#foreground-dispatch">Using the Foreground Dispatch System</a></li>
121 the tag dispatch system tries to start an activity with the {@link
125 directly if the tag dispatch system could not parse it for you. The basic steps when working with
132 intents</a> for more information. In general, the tag dispatch system tries to start a {@link
136 href="{@docRoot}guide/topics/connectivity/nfc/nfc.html#tag-dispatch">The Tag Dispatch System</a>.</…
220 <h2 id="foreground-dispatch">Using the Foreground Dispatch System</h2>
222 <p>The foreground dispatch system allows an activity to intercept an intent and claim
225 intents to your application. To enable the foreground dispatch system:</p>
240 dispatch system checks the specified intent filters with the intent that is received when
242 not match, the foreground dispatch system falls back to the intent dispatch system.
[all …]
Dnfc.jd9 <li><a href="#tag-dispatch">The Tag Dispatch System</a>
54 <p>Reading NDEF data from an NFC tag is handled with the <a href="#tag-dispatch">tag dispatch
70 <h2 id="tag-dispatch">The Tag Dispatch System</h2>
81 <p>To help you with this goal, Android provides a special tag dispatch system that analyzes scanned
96 types of NFC tags, how the tag dispatch system parses NFC tags, and the special work that the tag
97 dispatch system does when it detects an NDEF message. NFC tags come in a
148 <p>The tag dispatch system uses the TNF and type fields to try to map a MIME type or URI to the
151 are cases when the tag dispatch system cannot determine the type of data based on the first NDEF
158 <a href="#table1">Table 1.</a> describes how the tag dispatch system maps TNF and type
160 In these cases, the tag dispatch system falls back to
[all …]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardService.java136 public void dispatch(MotionEvent event) {
138 mKeyguardViewMediator.dispatch(event);
DKeyguardViewManager.java544 public void dispatch(MotionEvent event) { in dispatch() method in KeyguardViewManager
546 mKeyguardView.dispatch(event); in dispatch()
/frameworks/base/tests/backup/src/com/android/backuptest/
DBackupTestActivity.java156 BackupHelperDispatcher dispatch = new BackupHelperDispatcher();
157 dispatch.addHelper("", new FileBackupHelper(BackupTestActivity.this,
166 dispatch.performRestore(data, 0, state);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardTouchDelegate.java101 public boolean dispatch(MotionEvent event) { in dispatch() method in KeyguardTouchDelegate
105 service.dispatch(event); in dispatch()
/frameworks/base/core/java/com/android/internal/policy/
DIKeyguardService.aidl44 oneway void dispatch(in MotionEvent event); in dispatch() method
/frameworks/support/v4/java/android/support/v4/media/
DTransportMediator.java61 key.dispatch(mKeyEventCallback);
200 return KeyEventCompat.dispatch(event, mKeyEventCallback, mDispatcherState, this); in dispatchKeyEvent()
/frameworks/base/core/java/android/nfc/
DINfcAdapter.aidl50 void dispatch(in Tag tag); in dispatch() method
DNfcAdapter.java1359 public void dispatch(Tag tag) { in dispatch() method in NfcAdapter
1364 sService.dispatch(tag); in dispatch()
/frameworks/base/core/java/android/inputmethodservice/
DAbstractInputMethodService.java136 boolean handled = event.dispatch(AbstractInputMethodService.this, in dispatchKeyEvent()
/frameworks/av/media/libstagefright/omx/
DOMX.cpp78 void dispatch(const omx_message &msg);
116 void OMX::CallbackDispatcher::dispatch(const omx_message &msg) { in dispatch() function in android::OMX::CallbackDispatcher
142 dispatch(msg); in loop()
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
DKeyguardServiceWrapper.java195 public void dispatch(MotionEvent event) { in dispatch() method in KeyguardServiceWrapper
/frameworks/base/docs/html/about/versions/
Dandroid-2.3.3.jd74 used a single-step intent dispatch to notify interested applications that a tag
79 The new dispatch process also lets apps listen for specific tag content and

12