/aosp_15_r20/frameworks/base/core/java/android/content/ |
H A D | PermissionChecker.java | 118 * point where you will deliver the permission protected data to clients. 126 * deliver the location data to a registered listener you should use this method which 162 * point where you will deliver the permission protected data to clients. 170 * deliver the location data to a registered listener you should use this method which 207 * point where you will deliver the permission protected data to clients. 215 * deliver the location data to a registered listener you should use this method which 244 * point where you will deliver the permission protected data to clients. 252 * deliver the location data to a registered listener you should use this method which 281 * point where you will deliver the permission protected data to clients. 289 * deliver the data to a registered listener you should use this method which [all …]
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/helper/ |
H A D | BouncerHapticPlayer.kt | 29 * A helper class to deliver haptic feedback in bouncer interactions. 31 * @param[msdlPlayer] The [MSDLPlayer] used to deliver MSDL feedback. 42 * Deliver MSDL feedback as a result of authenticating through a bouncer. 59 * Deliver feedback when dragging through cells in the pattern bouncer. This function can play 76 /** Deliver MSDL feedback when the delete key of the pin bouncer is pressed */ 79 /** Deliver MSDL feedback when the delete key of the pin bouncer is long-pressed. */ in playDeleteKeyPressFeedback() 82 /** Deliver MSDL feedback when a numpad key is pressed on the pin bouncer */ in playDeleteKeyPressFeedback() 85 /** Deliver MSDL feedback when clicking on the emergency button */ in playDeleteKeyPressFeedback()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/bouncer/ui/helper/ |
D | BouncerHapticPlayer.java | 12 * A helper class to deliver haptic feedback in bouncer interactions. 14 * @param[msdlPlayer] The [MSDLPlayer] used to deliver MSDL feedback. 38 * Deliver MSDL feedback as a result of authenticating through a bouncer. 46 * Deliver feedback when dragging through cells in the pattern bouncer. This function can play 57 * Deliver MSDL feedback when the delete key of the pin bouncer is pressed 63 * Deliver MSDL feedback when the delete key of the pin bouncer is long-pressed. 69 * Deliver MSDL feedback when a numpad key is pressed on the pin bouncer 75 * Deliver MSDL feedback when clicking on the emergency button
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/x86_64/ |
H A D | xen_shinfo_test.c | 198 /* Attempt to deliver a *masked* interrupt */ in guest_code() 206 /* Now deliver an *unmasked* interrupt */ in guest_code() 211 /* Change memslots and deliver an interrupt */ in guest_code() 216 /* Deliver event channel with KVM_XEN_HVM_EVTCHN_SEND */ in guest_code() 223 /* Our turn. Deliver event channel (to ourselves) with in guest_code() 239 /* Deliver "outbound" event channel to an eventfd which in guest_code() 580 .u.evtchn.deliver.port.port = EVTCHN_TEST1, in main() 581 .u.evtchn.deliver.port.vcpu = vcpu->id + 1, in main() 582 .u.evtchn.deliver.port.priority = KVM_IRQ_ROUTING_XEN_EVTCHN_PRIO_2LEVEL, in main() 588 inj.u.evtchn.deliver.port.vcpu = vcpu->id; in main() [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/ |
D | BluetoothMapSmsPdu.java | 245 throw new IllegalArgumentException("Unable to convert PDU to Deliver type"); in cdmaChangeToDeliverPdu() 249 throw new IllegalArgumentException("Unable to convert PDU to Deliver type"); in cdmaChangeToDeliverPdu() 255 throw new IllegalArgumentException("Unable to convert PDU to Deliver type"); in cdmaChangeToDeliverPdu() 273 throw new IllegalArgumentException("Unable to convert PDU to Deliver type"); in cdmaChangeToDeliverPdu() 421 * Change the GSM Submit Pdu data in this object to a deliver PDU: - Build the new header 422 * with deliver PDU type, originator and time stamp. - Extract encoding details from the 428 * @param originator the phone number to include in the deliver PDU header. Any undesired 433 new ByteArrayOutputStream(22); // 22 is the max length of the deliver pdu header in gsmChangeToDeliverPdu() 477 throw new IllegalArgumentException("Failed to change type to deliver PDU."); in gsmChangeToDeliverPdu() 589 * Generate a list of deliver PDUs. The messageText and address parameters must be different [all …]
|
/aosp_15_r20/art/runtime/arch/x86/ |
H A D | quick_entrypoints_x86.S | 262 * Called by managed code to create and deliver a NullPointerException. 267 * Call installed by a signal handler to create and deliver a NullPointerException. 288 * Called by managed code to create and deliver an ArithmeticException. 293 * Called by managed code to create and deliver a StackOverflowError. 304 * Called by managed code to create and deliver an ArrayIndexOutOfBoundsException. Arg1 holds 310 * Called by managed code to create and deliver a StringIndexOutOfBoundsException 325 * thread and we branch to another stub to deliver it. 708 CALL_MACRO(return_macro) // return or deliver exception 724 CALL_MACRO(return_macro) // return or deliver exception 740 CALL_MACRO(return_macro) // return or deliver exception [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/app/ |
H A D | ClientTransactionHandler.java | 104 // and deliver callbacks. 165 /** Deliver activity (override) configuration change. */ 170 /** Deliver {@link android.window.WindowContextInfo} change. */ 174 /** Deliver {@link android.window.WindowContext} window removal event. */ 177 /** Deliver result from another activity. */ 181 /** Deliver new intent. */ 211 /** Deliver app configuration change notification and device association. */
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
D | handler.go | 24 // Deliver is invoked to handle incoming requests. 29 // If Deliver returns true all subsequent handlers will be invoked with 30 // delivered set to true, and should not attempt to deliver the message. 31 Deliver(ctx context.Context, r *Request, delivered bool) bool methodSpec 95 func (EmptyHandler) Deliver(ctx context.Context, r *Request, delivered bool) bool { func 126 func (defaultHandler) Deliver(ctx context.Context, r *Request, delivered bool) bool { func
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
H A D | handler.go | 24 // Deliver is invoked to handle incoming requests. 29 // If Deliver returns true all subsequent handlers will be invoked with 30 // delivered set to true, and should not attempt to deliver the message. 31 Deliver(ctx context.Context, r *Request, delivered bool) bool methodSpec 95 func (EmptyHandler) Deliver(ctx context.Context, r *Request, delivered bool) bool { func 126 func (defaultHandler) Deliver(ctx context.Context, r *Request, delivered bool) bool { func
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/jsonrpc2/ |
H A D | handler.go | 24 // Deliver is invoked to handle incoming requests. 29 // If Deliver returns true all subsequent handlers will be invoked with 30 // delivered set to true, and should not attempt to deliver the message. 31 Deliver(ctx context.Context, r *Request, delivered bool) bool methodSpec 95 func (EmptyHandler) Deliver(ctx context.Context, r *Request, delivered bool) bool { func 126 func (defaultHandler) Deliver(ctx context.Context, r *Request, delivered bool) bool { func
|
/aosp_15_r20/art/runtime/arch/x86_64/ |
H A D | quick_entrypoints_x86_64.S | 247 * Called by managed code to create and deliver a NullPointerException. 252 * Call installed by a signal handler to create and deliver a NullPointerException. 271 * Called by managed code to create and deliver an ArithmeticException. 276 * Called by managed code to create and deliver a StackOverflowError. 287 * Called by managed code to create and deliver an ArrayIndexOutOfBoundsException. Arg1 holds 293 * Called by managed code to create and deliver a StringIndexOutOfBoundsException 308 * thread and we branch to another stub to deliver it. 670 CALL_MACRO(return_macro) // return or deliver exception 681 CALL_MACRO(return_macro) // return or deliver exception 692 CALL_MACRO(return_macro) // return or deliver exception [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/chat/ |
D | chat_server.cpp | 33 virtual void deliver(const chat_message& msg) = 0; 47 participant->deliver(msg); in join() 55 void deliver(const chat_message& msg) in deliver() function in chat_room 62 participant->deliver(msg); in deliver() 90 void deliver(const chat_message& msg) in deliver() function in chat_session 128 room_.deliver(read_msg_); in do_read_body()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp17/coroutines_ts/ |
D | chat_server.cpp | 44 virtual void deliver(const std::string& msg) = 0; 58 participant->deliver(msg); in join() 66 void deliver(const std::string& msg) in deliver() function in chat_room 73 participant->deliver(msg); in deliver() 110 void deliver(const std::string& msg) in deliver() function in chat_session 126 room_.deliver(read_msg.substr(0, n)); in reader()
|
/aosp_15_r20/external/google-cloud-java/java-network-management/proto-google-cloud-network-management-v1/src/main/java/com/google/cloud/networkmanagement/v1/ |
H A D | StepOrBuilder.java | 372 * Display information of the final state "deliver" and reason. 375 * <code>.google.cloud.networkmanagement.v1.DeliverInfo deliver = 12;</code> 377 * @return Whether the deliver field is set. 384 * Display information of the final state "deliver" and reason. 387 * <code>.google.cloud.networkmanagement.v1.DeliverInfo deliver = 12;</code> 389 * @return The deliver. 396 * Display information of the final state "deliver" and reason. 399 * <code>.google.cloud.networkmanagement.v1.DeliverInfo deliver = 12;</code>
|
H A D | Step.java | 280 * <code>DELIVER = 16;</code> 282 DELIVER(16), enumConstant 524 * <code>DELIVER = 16;</code> 631 return DELIVER; in forNumber() 707 DELIVER(12), enumConstant 748 return DELIVER; in forNumber() 1306 * Display information of the final state "deliver" and reason. 1309 * <code>.google.cloud.networkmanagement.v1.DeliverInfo deliver = 12;</code> 1311 * @return Whether the deliver field is set. 1321 * Display information of the final state "deliver" and reason. [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/chat/ |
D | chat_server.cpp | 35 virtual void deliver(const chat_message& msg) = 0; 49 boost::bind(&chat_participant::deliver, in join() 58 void deliver(const chat_message& msg) in deliver() function in chat_room 65 boost::bind(&chat_participant::deliver, in deliver() 103 void deliver(const chat_message& msg) in deliver() function in chat_session 136 room_.deliver(read_msg_); in handle_read_body()
|
/aosp_15_r20/external/google-cloud-java/java-network-management/proto-google-cloud-network-management-v1beta1/src/main/java/com/google/cloud/networkmanagement/v1beta1/ |
H A D | StepOrBuilder.java | 408 * Display information of the final state "deliver" and reason. 411 * <code>.google.cloud.networkmanagement.v1beta1.DeliverInfo deliver = 12;</code> 413 * @return Whether the deliver field is set. 420 * Display information of the final state "deliver" and reason. 423 * <code>.google.cloud.networkmanagement.v1beta1.DeliverInfo deliver = 12;</code> 425 * @return The deliver. 432 * Display information of the final state "deliver" and reason. 435 * <code>.google.cloud.networkmanagement.v1beta1.DeliverInfo deliver = 12;</code>
|
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
H A D | CapabilityExchangeAidlWrapper.java | 50 * Receives the request of publishing capabilities from the network and deliver this request 68 * Receives the unpublish notification and deliver this callback to the framework. 86 * and deliver this callback to the framework. 113 * and deliver this callback to the framework. 130 * Receives the callback of the remote capability request from the network and deliver this
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/media/ |
H A D | MediaRoute2ProviderServiceProxy.java | 729 Slog.e(TAG, "requestCreateSession: Failed to deliver request."); in requestCreateSession() 737 Slog.e(TAG, "releaseSession: Failed to deliver request."); in releaseSession() 745 Slog.e(TAG, "updateDiscoveryPreference: Failed to deliver request."); in updateDiscoveryPreference() 753 Slog.e(TAG, "selectRoute: Failed to deliver request.", ex); in selectRoute() 761 Slog.e(TAG, "deselectRoute: Failed to deliver request.", ex); in deselectRoute() 769 Slog.e(TAG, "transferToRoute: Failed to deliver request.", ex); in transferToRoute() 777 Slog.e(TAG, "setRouteVolume: Failed to deliver request.", ex); in setRouteVolume() 785 Slog.e(TAG, "setSessionVolume: Failed to deliver request.", ex); in setSessionVolume()
|
/aosp_15_r20/external/scapy/scapy/ |
H A D | scapypipes.py | 35 def deliver(self): member in SniffSource 65 def deliver(self): member in RdpcapSource 67 print("deliver %r" % p) 156 def deliver(self): member in FDSourceSink 184 def deliver(self): member in TCPConnectPipe 217 def deliver(self): member in TCPListenPipe
|
/aosp_15_r20/tools/test/connectivity/acts/framework/tests/event/ |
D | event_subscription_test.py | 42 """Tests deliver does not call func if the event is filtered out.""" 47 subscription.deliver(Mock()) 52 """Tests deliver does call func when the event is accepted.""" 57 subscription.deliver(Mock())
|
/aosp_15_r20/external/aws-sdk-java-v2/services/firehose/src/main/resources/codegen-resources/ |
H A D | service-2.json | 30 …the role, and the role should have permissions that allow the service to deliver the data. For mor… 263 …"documentation":"<p>The retry behavior in case Kinesis Data Firehose is unable to deliver document… 331 …"documentation":"<p>The retry behavior in case Kinesis Data Firehose is unable to deliver document… 355 …"documentation":"<p>After an initial failure to deliver to the Serverless offering for Amazon Open… 358 …"<p>Configures retry behavior in case Kinesis Data Firehose is unable to deliver documents to the … 435 …"documentation":"<p>The retry behavior in case Kinesis Data Firehose is unable to deliver document… 535 …"documentation":"<p>The retry behavior in case Kinesis Data Firehose is unable to deliver document… 579 …"documentation":"<p>After an initial failure to deliver to Amazon OpenSearch Service, the total am… 582 …"<p>Configures retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amaz… 776 …"documentation":"<p>Enables configuring Kinesis Firehose to deliver data to any HTTP endpoint dest… [all …]
|
/aosp_15_r20/external/google-cloud-java/java-talent/proto-google-cloud-talent-v4/src/main/java/com/google/cloud/talent/v4/ |
H A D | Location.java | 464 * a postal service can deliver items to a premises, P.O. Box, or other 482 * a postal service can deliver items to a premises, P.O. Box, or other 502 * a postal service can deliver items to a premises, P.O. Box, or other 1139 * a postal service can deliver items to a premises, P.O. Box, or other 1156 * a postal service can deliver items to a premises, P.O. Box, or other 1179 * a postal service can deliver items to a premises, P.O. Box, or other 1204 * a postal service can deliver items to a premises, P.O. Box, or other 1226 * a postal service can deliver items to a premises, P.O. Box, or other 1254 * a postal service can deliver items to a premises, P.O. Box, or other 1276 * a postal service can deliver items to a premises, P.O. Box, or other [all …]
|
/aosp_15_r20/external/google-cloud-java/java-talent/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/ |
H A D | Location.java | 466 * a postal service can deliver items to a premises, P.O. Box, or other 484 * a postal service can deliver items to a premises, P.O. Box, or other 504 * a postal service can deliver items to a premises, P.O. Box, or other 1145 * a postal service can deliver items to a premises, P.O. Box, or other 1162 * a postal service can deliver items to a premises, P.O. Box, or other 1185 * a postal service can deliver items to a premises, P.O. Box, or other 1210 * a postal service can deliver items to a premises, P.O. Box, or other 1232 * a postal service can deliver items to a premises, P.O. Box, or other 1260 * a postal service can deliver items to a premises, P.O. Box, or other 1282 * a postal service can deliver items to a premises, P.O. Box, or other [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/timeouts/ |
D | server.cpp | 38 virtual void deliver(const std::string& msg) = 0; 58 void deliver(const std::string& msg) in deliver() function in channel 61 boost::bind(&subscriber::deliver, in deliver() 194 void deliver(const std::string& msg) in deliver() function in tcp_session 228 channel_.deliver(msg); in handle_read() 350 void deliver(const std::string& msg) in deliver() function in udp_broadcaster
|