Home
last modified time | relevance | path

Searched refs:incoming (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dstruct_field.rscript50 // Fragment of incoming argument list: Fields for struct InnerOne.
55 // Fragment of incoming argument list: Fields for struct InnerOne
61 // Fragment of incoming argument list: Fields for element of array of
68 // Fragment of incoming argument list: Fields for element of array of
92 // Compare contents of a struct InnerOne instance against incoming argument values.
105 // variable "outer" against incoming argument values.
111 // instance within global variable "outer" against incoming argument values.
117 // instance within global variable "outer" against incoming argument values.
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dstruct_field.rscript52 // Fragment of incoming argument list: Fields for struct InnerOne.
57 // Fragment of incoming argument list: Fields for struct InnerOne
63 // Fragment of incoming argument list: Fields for element of array of
70 // Fragment of incoming argument list: Fields for element of array of
94 // Compare contents of a struct InnerOne instance against incoming argument values.
107 // variable "outer" against incoming argument values.
113 // instance within global variable "outer" against incoming argument values.
119 // instance within global variable "outer" against incoming argument values.
/frameworks/rs/script_api/
Drs_allocation_data.spec71 arg: uint32_t width, "Width of the incoming region to update."
72 arg: uint32_t height, "Height of the incoming region to update."
Drs_graphics.spec96 Specifies conditional drawing depending on the comparison of the incoming
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DEventLogTags.logtags12 # Radio restart - timed out with no incoming packets.
15 # PDP context reset - timed out with no incoming packets.
18 # Reregister to data network - timed out with no incoming packets.
/frameworks/base/core/proto/android/telecomm/
Denums.proto58 * Indicates that a call is incoming and the user still has the option of answering, rejecting,
115 * Indicates that an incoming call has been answered by the in-call UI, but Telephony hasn't yet
162 * Disconnected because there was no response to an incoming call.
167 * Disconnected because the user rejected an incoming call.
194 * Disconnected because the user did not locally answer the incoming call, but it was answered
/frameworks/base/tools/aapt2/link/
DTableMerger.cpp175 static ResourceTable::CollisionResult ResolveMergeCollision(Value* existing, Value* incoming, in ResolveMergeCollision() argument
178 if (Styleable* incoming_styleable = ValueCast<Styleable>(incoming)) { in ResolveMergeCollision()
184 if (Style* incoming_style = ValueCast<Style>(incoming)) { in ResolveMergeCollision()
191 return ResourceTable::ResolveValueCollision(existing, incoming, true /* overlay */); in ResolveMergeCollision()
/frameworks/base/core/java/android/app/
DIUriGrantsManager.aidl40 ParceledListSlice getUriPermissions(in String packageName, boolean incoming, in getUriPermissions() argument
/frameworks/opt/net/ims/
DREADME.txt28 has the ability to respond to an intent indicating that there is an incoming call.
29 The default action for the incoming call intent is ImsManager#ACTION_IMS_INCOMING_CALL.
30 And, the application frees to define the action for the incoming call intent.
/frameworks/base/tools/aapt2/
DResourceTable.h234 static CollisionResult ResolveValueCollision(Value* existing, Value* incoming, bool overlay);
237 static CollisionResult IgnoreCollision(Value* existing, Value* incoming, bool overlay);
DResourceTable.cpp270 Value* incoming, in ResolveValueCollision() argument
273 Attribute* incoming_attr = ValueCast<Attribute>(incoming); in ResolveValueCollision()
275 if (incoming->IsWeak()) { in ResolveValueCollision()
/frameworks/av/media/libmediametrics/
DMediaAnalyticsItem.cpp1043 bool MediaAnalyticsItem::merge(MediaAnalyticsItem *incoming) { in merge() argument
1048 mKey = incoming->mKey; in merge()
1050 mSessionID = incoming->mSessionID; in merge()
1054 int nattr = incoming->mPropCount; in merge()
1056 Prop *iprop = &incoming->mProps[i]; in merge()
/frameworks/av/media/libstagefright/codecs/amrwb/fuzzer/
DREADME.md9 incoming data. This ensures more code paths are reached by the fuzzer.
/frameworks/av/media/libstagefright/codecs/amrnb/fuzzer/
DREADME.md9 incoming data. This ensures more code paths are reached by the fuzzer.
/frameworks/av/media/libmediametrics/include/
DMediaAnalyticsItem.h213 bool merge(MediaAnalyticsItem *incoming);
/frameworks/av/include/media/
DMediaAnalyticsItem.h213 bool merge(MediaAnalyticsItem *incoming);
/frameworks/opt/telephony/proto/src/
Dtelephony.proto895 /** Data switch caused by incoming/outgoing call. */
1923 // Ring indication for an incoming call
1945 // Notification about incoming voice call
1980 // Answer incoming call
2252 // true if no incoming RTP is received for a continuous duration of 4 seconds
2588 // For incoming SMS of any type:
2606 // Details of incoming incomplete multipart SMS
2609 // Indicate the type of incoming SMS
2612 // Indicates if the incoming SMS was blocked
/frameworks/rs/script_api/include/
Drs_graphics.rsh115 * Specifies conditional drawing depending on the comparison of the incoming
126 … RS_DEPTH_FUNC_LESS = 1, // Drawn if the incoming depth value is less than that in the depth buffer
127 …RS_DEPTH_FUNC_LEQUAL = 2, // Drawn if the incoming depth value is less or equal to that in the dep…
128 …RS_DEPTH_FUNC_GREATER = 3, // Drawn if the incoming depth value is greater than that in the depth …
129 …RS_DEPTH_FUNC_GEQUAL = 4, // Drawn if the incoming depth value is greater or equal to that in the …
130 … RS_DEPTH_FUNC_EQUAL = 5, // Drawn if the incoming depth value is equal to that in the depth buffer
131 …RS_DEPTH_FUNC_NOTEQUAL = 6, // Drawn if the incoming depth value is not equal to that in the depth…
Drs_allocation_data.rsh97 * width: Width of the incoming region to update.
98 * height: Height of the incoming region to update.
/frameworks/base/packages/SystemUI/
DREADME.md57 CommandQueue is the object that receives all of the incoming events from the
63 CommandQueue posts all incoming callbacks to a handler and then dispatches
/frameworks/base/core/proto/android/telephony/
Denums.proto41 /** Call direction: mobile terminated (incoming for this device) */
/frameworks/base/services/core/java/com/android/server/uri/
DUriGrantsManagerService.java215 String packageName, boolean incoming, boolean persistedOnly) { in getUriPermissions() argument
235 if (incoming) { in getUriPermissions()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java.broken610 // Test incoming not missed calls
1302 // create an incoming call, this call should have the call index
1677 // Receive an incoming NOTIFY
/frameworks/base/core/proto/android/providers/settings/
Dsecure.proto405 // User-selected RTT mode. When on, outgoing and incoming calls will be
/frameworks/base/cmds/statsd/src/
Datoms.proto3354 * Logs the reception of an incoming network packet causing the main system to wake up for
7773 // Direction of the call (incoming or outgoing).

12