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

1 2

  /external/chromium/chrome/browser/
DEPS 21 "+webkit/glue", # Defines some types that are marshalled over IPC.
22 "+webkit/plugins", # Defines some types that are marshalled over IPC.
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityServiceInfoTest.java 148 assertEquals("eventTypes not marshalled properly", sentInfo.eventTypes,
150 assertEquals("feedbackType not marshalled properly", sentInfo.feedbackType,
152 assertEquals("flags not marshalled properly", sentInfo.flags, receivedInfo.flags);
153 assertEquals("notificationTimeout not marshalled properly", sentInfo.notificationTimeout,
155 assertEquals("packageNames not marshalled properly", sentInfo.packageNames.length,
157 assertEquals("packageNames not marshalled properly", sentInfo.packageNames[0],
  /frameworks/base/core/java/android/os/
Parcelable.java 70 * marshalled.
76 * marshalled representation.
78 * @return a bitmask indicating the set of special object types marshalled
IBinder.java 209 * @param data Marshalled data to send to the target. Must not be null.
212 * @param reply Marshalled data to be received from the target. May be
Parcel.java 412 * marshalled representation is highly optimized for local IPC, and as
432 * Report whether the parcel contains any marshalled file descriptors.
440 * {@link #dataPosition}. This is used to validate that the marshalled
    [all...]
  /hardware/msm7k/libgralloc/
gralloc_priv.h 82 int gpu_fd; // stored as an int, b/c we don't want it marshalled
  /hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
omx_rpc_skel.c 106 //Marshalled:[>hComp|>bufferHdr|>nFilledLen|>nOffset|>nFlags]
160 //Marshalled:[>hComp|>bufferHdr|>nFilledLen|>nOffset|>nFlags|>nTimeStamp]
214 //Marshalled:[>hComp|>eEvent|>nData1|>nData2|>pEventData]
  /frameworks/base/core/java/android/database/
CrossProcessCursor.java 23 * The contents of a cross process cursor are marshalled to the remote process by
  /hardware/msm7k/libgralloc-qsd8k/
gralloc_priv.h 114 int gpu_fd; // stored as an int, b/c we don't want it marshalled
  /external/dbus/dbus/
dbus-message-util.c 1350 char *marshalled = NULL; local
    [all...]
dbus-marshal-basic.c 259 * @param str the string to write the marshalled int to
281 * any data which has been already marshalled after this
284 * @param str the string to write the marshalled string to
330 * @param str the string to write the marshalled signature to
    [all...]
dbus-message.c     [all...]
  /frameworks/base/telephony/java/android/telephony/
SmsCbEtwsInfo.java 188 * Describe the kinds of special objects contained in the marshalled representation.
SmsCbLocation.java 195 * Describe the kinds of special objects contained in the marshalled representation.
SmsCbCmasInfo.java 289 * Describe the kinds of special objects contained in the marshalled representation.
SmsCbMessage.java 375 * Describe the kinds of special objects contained in the marshalled representation.
  /frameworks/base/telephony/java/android/telephony/cdma/
CdmaSmsCbProgramData.java 189 * Describe the kinds of special objects contained in the marshalled representation.
  /external/webkit/Source/WebKit/android/WebCoreSupport/
GeolocationPermissions.cpp 171 // while a permission result is in the process of being marshalled back to
250 // If any permission results are being marshalled back to this thread, this
  /external/bluetooth/glib/
NEWS.pre-1-3 108 they got marshalled
  /external/emma/core/java12/com/vladium/util/exception/
AbstractException.java 323 private String m_message; // marshalled/cached result of getMessage()
AbstractRuntimeException.java 323 private String m_message; // marshalled/cached result of getMessage()
  /frameworks/base/tools/aidl/
aidl.cpp 427 fprintf(stderr, "%s:%d return type %s can't be marshalled.\n", filename,
472 fprintf(stderr, "%s:%d parameter %d: '%s %s' can't be marshalled.\n",
    [all...]
generate_java_binder.cpp 427 // the interface identifier token: the DESCRIPTOR constant, marshalled as a string
  /external/dbus/doc/
dcop-howto.txt 63 Any data that will be sent is serialized (marshalled, for you CORBA
  /frameworks/base/docs/html/guide/components/
aidl.jd 336 marshalled across processes.</p>

Completed in 1311 milliseconds

1 2