Home
last modified time | relevance | path

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

123

/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/opt/telephony/flags/
Dims.aconfig16 …ores the incoming call by throwing an exception if the call was already terminated before the fram…
49 …is flag terminates active video call instead holding when accepting 2nd incoming video call as aud…
66 …SDA devices, controls whether the existing call will be dropped when an incoming call on a differe…
90 description: "This flag changes the media type when answering incoming call via MMI code"
/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."
/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/native/libs/binder/
DRpcSession.cpp150 return setupClient([&](const std::vector<uint8_t>& sessionId, bool incoming) { in setupUnixDomainSocketBootstrapClient() argument
171 return initAndAddConnection(RpcTransportFd(std::move(clientFd)), sessionId, incoming); in setupUnixDomainSocketBootstrapClient()
191 return setupClient([&](const std::vector<uint8_t>& sessionId, bool incoming) -> status_t { in setupPreconnectedClient() argument
199 status_t status = initAndAddConnection(std::move(transportFd), sessionId, incoming); in setupPreconnectedClient()
480 bool incoming)>& connectAndInit) { in setupClient()
584 return setupClient([&](const std::vector<uint8_t>& sessionId, bool incoming) { in setupSocketClient() argument
585 return setupOneSocketConnection(addr, sessionId, incoming); in setupSocketClient()
591 bool incoming) { in setupOneSocketConnection() argument
657 return initAndAddConnection(std::move(transportFd), sessionId, incoming); in setupOneSocketConnection()
665 bool incoming) { in initAndAddConnection() argument
[all …]
DRpcServer.cpp424 bool incoming = false; in establishConnection() local
429 incoming = header.options & RPC_CONNECTION_OPTION_INCOMING; in establishConnection()
471 if (incoming) { in establishConnection()
543 if (incoming) { in establishConnection()
/frameworks/proto_logging/stats/atoms/telephony/satellite/
Dsatellite_extension_atoms.proto69 // Total count of successful attempt for incoming datagrams.
71 // Total count of failed attempts for incoming datagrams.
104 // Total count of successful incoming datagrams in demo mode.
106 // Total count of failed attempts for incoming datagrams in demo mode.
143 // the number of successful incoming datagram transmission while the session is enabled
145 // the number of failed incoming datagram transmission while the session is enabled
154 * Snapshot of satellite incoming datagram
248 // Total number of incoming sms received during the session
252 // Total number of incoming mms received during the session
/frameworks/native/libs/binder/include/binder/
DRpcSession.h289 const std::function<status_t(const std::vector<uint8_t>& sessionId, bool incoming)>&
294 bool incoming);
297 bool incoming);
/frameworks/proto_logging/stats/enums/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.cpp180 bool override_styles_instead_of_overlaying, Value* existing, Value* incoming, in ResolveMergeCollision() argument
183 if (Styleable* incoming_styleable = ValueCast<Styleable>(incoming)) { in ResolveMergeCollision()
190 if (Style* incoming_style = ValueCast<Style>(incoming)) { in ResolveMergeCollision()
198 return ResourceTable::ResolveValueCollision(existing, incoming); in ResolveMergeCollision()
/frameworks/base/core/java/android/app/
DIUriGrantsManager.aidl40 ParceledListSlice getUriPermissions(in String packageName, boolean incoming, in getUriPermissions() argument
/frameworks/ex/camera2/extensions/
DREADME.android11 it will just attach the incoming image
/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/av/services/mediaresourcemanager/fuzzer/
DREADME.md9 incoming data. This ensures more code paths are reached by the fuzzer.
/frameworks/av/services/medialog/fuzzer/
DREADME.md9 incoming data. This ensures more code paths are reached by the fuzzer.
/frameworks/native/cmds/cmd/fuzzer/
DREADME.md8 incoming data. This ensures more code paths are reached by the fuzzer.
/frameworks/base/services/core/java/com/android/server/wm/
DTransitionController.java1149 static boolean getIsIndependent(Transition running, Transition incoming) { in getIsIndependent() argument
1152 && incoming.mParallelCollectType == Transition.PARALLEL_TYPE_MUTUAL) { in getIsIndependent()
1163 if (incoming.mParallelCollectType == Transition.PARALLEL_TYPE_RECENTS) { in getIsIndependent()
1168 other = incoming; in getIsIndependent()
1169 } else if (incoming.mParallelCollectType == Transition.PARALLEL_TYPE_RECENTS in getIsIndependent()
1170 && incoming.hasTransientLaunch()) { in getIsIndependent()
1171 recents = incoming; in getIsIndependent()
/frameworks/av/media/module/codecserviceregistrant/fuzzer/
DREADME.md8 incoming data. This ensures more code paths are reached by the fuzzer.
/frameworks/av/services/camera/libcameraservice/libcameraservice_fuzzer/
DREADME.md9 incoming data. This ensures more code paths are reached by the fuzzer.
/frameworks/av/media/libstagefright/httplive/fuzzer/
DREADME.md8 incoming data.Also, several .m3u8 files are hand-crafted and added to the corpus directory to incre…
/frameworks/av/media/module/codecs/amrwb/enc/fuzzer/
DREADME.md9 incoming data. This ensures more code paths are reached by the fuzzer.
/frameworks/av/media/module/codecs/amrnb/enc/fuzzer/
DREADME.md9 incoming data. This ensures more code paths are reached by the fuzzer.
/frameworks/av/drm/libmediadrm/fuzzer/
DREADME.md9 incoming data. This ensures more code paths are reached by the fuzzer.
/frameworks/av/media/module/codecs/amrwb/dec/fuzzer/
DREADME.md9 incoming data. This ensures more code paths are reached by the fuzzer.

123