/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_parser.h | 39 /* metadata callback */ 42 EAS_METADATA_CBFUNC callback; member in struct:s_metadata_cb_tag
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_parser.h | 39 /* metadata callback */ 42 EAS_METADATA_CBFUNC callback; member in struct:s_metadata_cb_tag
|
/external/webkit/Source/WebCore/bindings/scripts/test/V8/ |
V8TestCallback.cpp | 41 V8TestCallback::V8TestCallback(v8::Local<v8::Object> callback, ScriptExecutionContext* context) 43 , m_callback(v8::Persistent<v8::Object>::New(callback))
|
/external/webkit/Source/WebCore/inspector/front-end/ |
ShowMoreDataGridNode.js | 31 WebInspector.ShowMoreDataGridNode = function(callback, nextCount, allCount) 37 callback(count, index);
|
/external/webkit/Source/WebCore/loader/ |
PolicyChecker.h | 70 // FIXME: This function is a cheat. Basically, this is just an asynchronouc callback 71 // from the FrameLoaderClient, but this callback uses the policy types and so has to
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
DrawingBuffer.h | 103 void setWillPublishCallback(PassOwnPtr<WillPublishCallback> callback) { m_callback = callback; }
|
/external/webkit/Source/WebKit/android/plugins/ |
ANPVideo_npapi.h | 63 * you cannot call releaseNativeWindow from the callback. 70 /** Set a callback to be notified when an ANativeWindow is composited by
|
/external/webkit/Source/WebKit/chromium/src/ |
BoundObject.cpp | 54 void BoundObject::addProtoFunction(const char* name, v8::InvocationCallback callback) 63 callback,
|
/external/webkit/Tools/DumpRenderTree/ |
AccessibilityTextMarker.cpp | 34 // Callback methods 86 // Callback methods
|
/external/webkit/Tools/Scripts/webkitpy/common/net/irc/ |
ircbot.py | 84 def schedule(self, interval, callback): 85 self.connection.execute_delayed(interval, callback)
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/ |
util.js | 51 function loadText(url, callback) 55 xhr.addEventListener('load', function() { callback(xhr.responseText); });
|
/external/webrtc/src/system_wrappers/interface/ |
trace.h | 54 // Registers callback to receive trace messages. TODO (hellner) 57 static WebRtc_Word32 SetTraceCallback(TraceCallback* callback);
|
/frameworks/av/include/camera/ |
Camera.h | 101 // autoFocus - status returned from callback 107 // take a picture - picture returned from callback
|
/frameworks/av/include/media/ |
AudioEffect.h | 146 * Events used by callback function (effect_callback_t). 155 /* Callback function notifying client application of a change in effect engine state or 173 * user: Pointer to context for use by the callback receiver. 195 * notified of changes in effect engine state or control ownership by the effect callback. 218 * cbf: optional callback function (see effect_callback_t) 219 * user: pointer to context for use by the callback receiver. 398 effect_callback_t mCbf; // callback function for status, control and 400 void* mUserData; // client context for callback function
|
/frameworks/base/core/java/android/bluetooth/ |
IBluetoothGatt.aidl | 36 void registerClient(in ParcelUuid appId, in IBluetoothGattCallback callback); 67 void registerServer(in ParcelUuid appId, in IBluetoothGattServerCallback callback);
|
/frameworks/base/core/java/android/hardware/location/ |
GeofenceHardwareRequest.java | 96 * of how soon should the callback be called when the transition 99 * the callback will be called 1000 milliseconds within entering
|
/frameworks/base/core/tests/coretests/src/android/os/ |
BinderThreadPriorityTest.java | 55 public void callBack(IBinderThreadPriorityService cb) { fail(); } 133 public void callBack(IBinderThreadPriorityService cb) {
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
AutoCompleteTextViewCallbacks.java | 59 /** Test that arrow-down into the popup calls the onSelected callback. */ 108 /** Test that arrow-up out of the popup calls the onNothingSelected callback */
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
index.jd | 49 <p>Within the lifecycle callback methods, you can declare how your activity behaves when the 55 <p>This class explains important lifecycle callback methods that each {@link
|
/frameworks/base/native/android/ |
sensor.cpp | 63 ALooper* looper, int ident, ALooper_callbackFunc callback, void* data) 68 ALooper_addFd(looper, queue->getFd(), ident, ALOOPER_EVENT_INPUT, callback, data);
|
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/ |
KeyguardMultiUserSelectorView.java | 65 public void setCallback(KeyguardHostView.UserSwitcherCallback callback) { 66 mCallback = callback;
|
KeyguardUpdateMonitorCallback.java | 25 * Callback for general information relevant to lock screen. 117 * Note, this callback will only be received if boot complete occurs after registering with
|
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/forwarder/ |
ConnectionHandler.java | 121 public void registerOnConnectionHandlerFinishedCallback(OnFinishedCallback callback) { 122 mOnFinishedCallback = callback;
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/ |
FakeAdapter.java | 44 IProjectCallback callback) { 45 super(adapterRef, binding, callback);
|
/frameworks/native/include/binder/ |
IAppOpsService.h | 38 const sp<IAppOpsCallback>& callback) = 0; 39 virtual void stopWatchingMode(const sp<IAppOpsCallback>& callback) = 0;
|