/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | struct_field.rscript | 50 // 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/ |
D | struct_field.rscript | 52 // 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/ |
D | rs_allocation_data.spec | 71 arg: uint32_t width, "Width of the incoming region to update." 72 arg: uint32_t height, "Height of the incoming region to update."
|
D | rs_graphics.spec | 96 Specifies conditional drawing depending on the comparison of the incoming
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | EventLogTags.logtags | 12 # 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/ |
D | enums.proto | 58 * 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/ |
D | TableMerger.cpp | 175 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/ |
D | IUriGrantsManager.aidl | 40 ParceledListSlice getUriPermissions(in String packageName, boolean incoming, in getUriPermissions() argument
|
/frameworks/opt/net/ims/ |
D | README.txt | 28 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/ |
D | ResourceTable.h | 234 static CollisionResult ResolveValueCollision(Value* existing, Value* incoming, bool overlay); 237 static CollisionResult IgnoreCollision(Value* existing, Value* incoming, bool overlay);
|
D | ResourceTable.cpp | 270 Value* incoming, in ResolveValueCollision() argument 273 Attribute* incoming_attr = ValueCast<Attribute>(incoming); in ResolveValueCollision() 275 if (incoming->IsWeak()) { in ResolveValueCollision()
|
/frameworks/av/media/libmediametrics/ |
D | MediaAnalyticsItem.cpp | 1043 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/ |
D | README.md | 9 incoming data. This ensures more code paths are reached by the fuzzer.
|
/frameworks/av/media/libstagefright/codecs/amrnb/fuzzer/ |
D | README.md | 9 incoming data. This ensures more code paths are reached by the fuzzer.
|
/frameworks/av/media/libmediametrics/include/ |
D | MediaAnalyticsItem.h | 213 bool merge(MediaAnalyticsItem *incoming);
|
/frameworks/av/include/media/ |
D | MediaAnalyticsItem.h | 213 bool merge(MediaAnalyticsItem *incoming);
|
/frameworks/opt/telephony/proto/src/ |
D | telephony.proto | 895 /** 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/ |
D | rs_graphics.rsh | 115 * 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…
|
D | rs_allocation_data.rsh | 97 * width: Width of the incoming region to update. 98 * height: Height of the incoming region to update.
|
/frameworks/base/packages/SystemUI/ |
D | README.md | 57 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/ |
D | enums.proto | 41 /** Call direction: mobile terminated (incoming for this device) */
|
/frameworks/base/services/core/java/com/android/server/uri/ |
D | UriGrantsManagerService.java | 215 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/ |
D | GSMPhoneTest.java.broken | 610 // 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/ |
D | secure.proto | 405 // User-selected RTT mode. When on, outgoing and incoming calls will be
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 3354 * Logs the reception of an incoming network packet causing the main system to wake up for 7773 // Direction of the call (incoming or outgoing).
|