HomeSort by relevance Sort by last modified time
    Searched full:incoming (Results 151 - 175 of 1921) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libpcap/pcap/
bluetooth.h 44 u_int32_t direction; /* if first bit is set direction is incoming */
  /external/mockwebserver/src/main/java/com/google/mockwebserver/
SocketPolicy.java 20 * What should be done with the incoming socket.
  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
SocketPolicy.java 19 /** What should be done with the incoming socket. */
  /external/skia/experimental/SimpleiOSApp/iPhone/
AppDelegate_iPhone.m 31 Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
  /external/skia/src/gpu/
GrRectanizer_pow2.h 14 // This Rectanizer quantizes the incoming rects to powers of 2. Each power
  /external/toybox/toys/other/
netcat.c 33 -l listen for one incoming connection.
34 -L listen for multiple incoming connections (server mode).
36 The command line after -l or -L is executed to handle each incoming
130 // Listen for incoming connections
  /frameworks/av/include/media/stagefright/
MediaAdapter.h 61 // Make sure the read() wait for the incoming buffer.
  /frameworks/base/core/java/com/android/internal/backup/
IObbBackupService.aidl 40 * Restore an OBB file for the given package from the incoming stream
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallInfo.java 29 * This could be the dialed value for outgoing calls or the caller id of incoming calls.
ICallServiceAdapter.aidl 32 * Tells CallsManager of a new incoming call.
  /libcore/support/src/test/java/tests/http/
SocketPolicy.java 20 * What should be done with the incoming socket.
  /packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/
BasicSmsReceiverApp.java 42 // Each incoming sms gets its own notification. We have to use a new unique notification id
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
suggestions_output_utils.h 35 * Returns true if we should block the incoming word, in the context of the user's
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
CallServiceNotifier.java 245 * Creates the intent to start an incoming video call
254 * Creates the intent to start an incoming audio call
263 * Adds an action to the Notification Builder for adding an incoming call through Telecom.
271 * Adds an action to the Notification Builder to add an incoming video call through Telecom.
TestInCallServiceImpl.java 28 * Test In-Call service implementation. Logs incoming events. Mainly used to test binding to
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipPhoneAccountSettingsActivity.java 30 * translates the incoming phone account to a SIP profile and opens the corresponding
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_pppol2tp.h 32 __u16 s_tunnel, s_session; /* For matching incoming packets */
ip_vs.h 133 __u32 inpkts; /* incoming packets */
135 __u64 inbytes; /* incoming bytes */
380 IPVS_STATS_ATTR_INPKTS, /* incoming packets */
382 IPVS_STATS_ATTR_INBYTES, /* incoming bytes */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_ipv4/
ip_queue.h 19 char indev_name[IFNAMSIZ]; /* Name of incoming interface */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ip_vs.h 154 __u32 inpkts; /* incoming packets */
156 __u64 inbytes; /* incoming bytes */
404 IPVS_STATS_ATTR_INPKTS, /* incoming packets */
406 IPVS_STATS_ATTR_INBYTES, /* incoming bytes */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_ipv4/
ip_queue.h 19 char indev_name[IFNAMSIZ]; /* Name of incoming interface */
  /art/compiler/optimizing/
licm.cc 72 HInstruction* incoming = input->InputAt(0); local
73 environment->SetRawEnvAt(i, incoming);
74 incoming->AddEnvUseAt(environment, i);
  /developers/build/prebuilts/gradle/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
ResponderService.java 34 * A service that runs in the background and provides responses to the incoming messages from the
39 public static final String ACTION_INCOMING = "com.example.android.wearable.elizachat.INCOMING";
123 // Send a new line of conversation to update the Activity, unless the incoming text was
  /developers/samples/android/wearable/wear/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
ResponderService.java 34 * A service that runs in the background and provides responses to the incoming messages from the
39 public static final String ACTION_INCOMING = "com.example.android.wearable.elizachat.INCOMING";
123 // Send a new line of conversation to update the Activity, unless the incoming text was
  /development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/
ResponderService.java 34 * A service that runs in the background and provides responses to the incoming messages from the
39 public static final String ACTION_INCOMING = "com.example.android.wearable.elizachat.INCOMING";
123 // Send a new line of conversation to update the Activity, unless the incoming text was

Completed in 786 milliseconds

1 2 3 4 5 67 8 91011>>