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

1 2 3 4 5

  /developers/build/prebuilts/gradle/DirectShare/Application/src/main/java/com/example/android/directshare/
SendMessageActivity.java 54 setContentView(R.layout.send_message);
83 // Give up sharing the send_message if the user didn't choose a contact.
  /developers/samples/android/content/DirectShare/Application/src/main/java/com/example/android/directshare/
SendMessageActivity.java 54 setContentView(R.layout.send_message);
83 // Give up sharing the send_message if the user didn't choose a contact.
  /development/samples/browseable/DirectShare/src/com.example.android.directshare/
SendMessageActivity.java 54 setContentView(R.layout.send_message);
83 // Give up sharing the send_message if the user didn't choose a contact.
  /external/libvncserver/examples/
1instance.c 100 void send_message(single_instance_struct* str,char* message) function
  /external/netperf/src/
nettest_dlpi.c 396 struct strbuf send_message;
534 send_message.maxlen = send_size;
535 send_message.len = send_size;
536 send_message.buf = send_ring->buffer_ptr;
708 &send_message,
716 send_message.buf = send_ring->buffer_ptr;
725 fprintf(where,"len is %d\n",send_message.len);
747 send_message.len = (send_size - 1);
748 if (send_message.len == 0) send_message.len = 2
393 struct strbuf send_message; local
1283 struct strbuf send_message; local
1865 struct strbuf send_message; local
2636 struct strbuf send_message; local
3244 struct strbuf send_message; local
3578 struct strbuf send_message; local
    [all...]
  /external/autotest/site_utils/
gmail_lib.py 103 def send_message(self, message, ignore_error=True): member in class:GmailApiClient
146 client.send_message(m, ignore_error=False)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/sqs/
test_connection.py 172 c.send_message(queue, 'test message')
198 def send_message(): function in function:SQSConnectionTest.test_sqs_longpoll
202 t = Timer(5.0, send_message)
  /hardware/libhardware/include/hardware/
hdmi_cec.h 171 * error code used for send_message.
344 * (*send_message)() transmits HDMI-CEC message to other HDMI device.
356 int (*send_message)(const struct hdmi_cec_device* dev, const cec_message_t*); member in struct:hdmi_cec_device
context_hub.h 413 int (*send_message)(uint32_t hub_id, const struct hub_message_t *msg); member in struct:context_hub_module_t
  /docs/source.android.com/src/devices/tv/
HDMI-CEC.jd 147 <li><code>send_message</code></li>
227 * (*send_message)() transmits HDMI-CEC message to other HDMI device.
239 int (*send_message)(const struct hdmi_cec_device* dev, const cec_message_t*);
  /frameworks/base/services/core/jni/
com_android_server_hdmi_HdmiCecController.cpp 198 // TODO: propagate send_message's return value.
199 return mDevice->send_message(mDevice, &message);
  /packages/apps/UnifiedEmail/src/com/android/mail/analytics/
AnalyticsUtils.java 92 s = "send_message";
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sqs/
queue.py 224 new_msg = self.connection.send_message(self,
244 message attributes like those passed to ``send_message``
connection.py 274 def send_message(self, queue, message_content, delay_seconds=None, member in class:SQSConnection
349 message attributes like those passed to ``send_message``
  /system/core/libnetutils/
dhcpclient.c 344 static int send_message(int sock, int if_index, dhcp_msg *msg, int size) function
459 r = send_message(s, if_index, msg, size);
  /device/google/contexthub/contexthubhal/
nanohubhal.cpp 424 .send_message = android::nanohub::NanoHub::sendToNanohub,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/sqs/
test_connection.py 231 self.service_connection.send_message(queue, 'Test message',
  /frameworks/base/services/core/java/com/android/server/hdmi/
Constants.java 191 // Send result codes. It should be consistent with hdmi_cec.h's send_message error code.
  /external/dhcpcd-6.8.2/
dhcp.c 1640 send_message(struct interface *ifp, uint8_t type, function
    [all...]
  /frameworks/base/core/jni/
android_hardware_location_ContextHubService.cpp 128 return db.hubInfo.contextHubModule->send_message(info->hub_id, msg);
639 retVal = db.hubInfo.contextHubModule->send_message(hubId, &msg);
  /hardware/qcom/display/msm8996/hdmi_cec/
qhdmi_cec.cpp 483 dev->device.send_message = cec_send_message;
  /external/mesa3d/include/GL/
vms_x_fix.h     [all...]
  /external/dlmalloc/
malloc.h 419 void send_message(char* msg) {
  /packages/apps/Contacts/res/values-am/
strings.xml 256 <string name="send_message" msgid="8938418965550543196">"????? ??"</string>
  /packages/apps/Contacts/res/values-ar/
strings.xml 284 <string name="send_message" msgid="8938418965550543196">"????? ?????"</string>
    [all...]

Completed in 1542 milliseconds

1 2 3 4 5