Home
last modified time | relevance | path

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

/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/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/proto/android/telecomm/
Denums.proto58 * Indicates that a call is incoming and the user still has the option of answering, rejecting,
144 * Disconnected because there was no response to an incoming call.
149 * Disconnected because the user rejected an incoming call.
176 * Disconnected because the user did not locally answer the incoming call, but it was answered
/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.cpp1033 bool MediaAnalyticsItem::merge(MediaAnalyticsItem *incoming) { in merge() argument
1038 mKey = incoming->mKey; in merge()
1040 mSessionID = incoming->mSessionID; in merge()
1044 int nattr = incoming->mPropCount; in merge()
1046 Prop *iprop = &incoming->mProps[i]; in merge()
/frameworks/av/include/media/
DMediaAnalyticsItem.h208 bool merge(MediaAnalyticsItem *incoming);
/frameworks/av/media/libmediametrics/include/
DMediaAnalyticsItem.h208 bool merge(MediaAnalyticsItem *incoming);
/frameworks/opt/telephony/proto/src/
Dtelephony.proto804 /** Data switch caused by incoming/outgoing call. */
1806 // Ring indication for an incoming call
1828 // Notification about incoming voice call
1863 // Answer incoming call
2445 // For incoming SMS of any type:
2463 // Details of incoming incomplete multipart SMS
2466 // Indicate the type of incoming SMS
2469 // 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/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/
DAppDelegate.m46 …This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS…
/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.proto392 // User-selected RTT mode. When on, outgoing and incoming calls will be
/frameworks/base/cmds/statsd/src/
Datoms.proto3072 * Logs the reception of an incoming network packet causing the main system to wake up for