Home
last modified time | relevance | path

Searched refs:delivery (Results 1 – 25 of 31) sorted by relevance

12

/aosp12/hardware/interfaces/tv/tuner/1.1/
H A DIFrontend.hal34 * delivery information. If previous tuning isn't completed, this call MUST
38 * @param settings Signal delivery information the frontend uses to
54 * This uses the frontend to start a scan from signal delivery information.
59 * @param settings Signal delivery information which the frontend uses to
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastRecord.java69 final int[] delivery; // delivery state of each receiver field in BroadcastRecord
223 switch (delivery[i]) { in dump()
271 delivery = new int[_receivers != null ? _receivers.size() : 0]; in BroadcastRecord()
272 duration = new long[delivery.length]; in BroadcastRecord()
312 delivery = from.delivery; in BroadcastRecord()
H A DBroadcastQueue.java787 r.delivery[index] = BroadcastRecord.DELIVERY_SKIPPED; in deliverToRegisteredReceiverLocked()
797 r.delivery[index] = BroadcastRecord.DELIVERY_SKIPPED; in deliverToRegisteredReceiverLocked()
801 r.delivery[index] = BroadcastRecord.DELIVERY_DELIVERED; in deliverToRegisteredReceiverLocked()
1645 r.delivery[recIdx] = BroadcastRecord.DELIVERY_SKIPPED; in processNextBroadcastLocked()
1655 r.delivery[recIdx] = BroadcastRecord.DELIVERY_DELIVERED; in processNextBroadcastLocked()
1881 r.delivery[r.nextReceiver-1] = BroadcastRecord.DELIVERY_TIMEOUT; in broadcastTimeoutLocked()
/aosp12/packages/services/Car/car-lib/api/
H A Dlint-baseline.txt13 Registration methods should have overload that accepts delivery Executor: `createCar`
15 Registration methods should have overload that accepts delivery Executor: `abandonAppFocus`
17 Registration methods should have overload that accepts delivery Executor: `addFocusListener`
19 Registration methods should have overload that accepts delivery Executor: `isOwningFocus`
21 Registration methods should have overload that accepts delivery Executor: `requestAppFocus`
23 …Registration methods should have overload that accepts delivery Executor: `registerOccupantZoneCon…
25 Registration methods should have overload that accepts delivery Executor: `registerListener`
27 Registration methods should have overload that accepts delivery Executor: `registerListener`
29 Registration methods should have overload that accepts delivery Executor: `registerCallback`
31 …Registration methods should have overload that accepts delivery Executor: `registerCarVolumeCallba…
H A Dsystem-lint-baseline.txt65 …Registration methods should have overload that accepts delivery Executor: `registerProjectionListe…
67 …Registration methods should have overload that accepts delivery Executor: `registerProjectionStatu…
69 …Registration methods should have overload that accepts delivery Executor: `startProjectionAccessPo…
71 Registration methods should have overload that accepts delivery Executor: `registerListener`
73 Registration methods should have overload that accepts delivery Executor: `registerListener`
75 Registration methods should have overload that accepts delivery Executor: `registerCallback`
77 Registration methods should have overload that accepts delivery Executor: `registerCallback`
79 Registration methods should have overload that accepts delivery Executor: `registerCallback`
82 Registration methods should have overload that accepts delivery Executor: `registerListener`
84 Registration methods should have overload that accepts delivery Executor: `setBleCallback`
[all …]
/aosp12/hardware/interfaces/tv/tuner/1.0/
H A DIFrontend.hal49 * delivery information. If previous tuning isn't completed, this call MUST
53 * @param settings Signal delivery information the frontend uses to
90 * This uses the frontend to start a scan from signal delivery information.
95 * @param settings Signal delivery information which the frontend uses to
/aosp12/build/soong/cmd/extract_apks/bundle_proto/
H A Dcommands.proto64 // Indicates the delivery type (e.g. on-demand) of the module.
95 // Indicates the delivery type for persistent install.
109 // Indicates the delivery type for instant install.
/aosp12/hardware/interfaces/automotive/evs/1.1/
H A DIEvsUltrasonicsArray.hal65 * Requests to stop the delivery of the ultrasonic array data frames.
67 * Because delivery is asynchronous, frames may continue to arrive for
/aosp12/system/sepolicy/vendor/
H A Dhal_sensors_default.te19 # events delivery.
/aosp12/hardware/interfaces/automotive/evs/1.0/
H A DIEvsCamera.hal76 * Stop the delivery of EVS camera frames.
78 * Because delivery is asynchronous, frames may continue to arrive for
/aosp12/frameworks/base/core/proto/android/os/
H A Dmessage.proto26 // Targeted delivery time of the message.
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Dtraced_perf.te17 # Allow CAP_KILL for delivery of dedicated signal to obtain proc-fds from a
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dtraced_perf.te17 # Allow CAP_KILL for delivery of dedicated signal to obtain proc-fds from a
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dtraced_perf.te17 # Allow CAP_KILL for delivery of dedicated signal to obtain proc-fds from a
/aosp12/system/sepolicy/private/
H A Dtraced_perf.te17 # Allow CAP_KILL for delivery of dedicated signal to obtain proc-fds from a
/aosp12/art/tools/jvmti-agents/ti-fast/
H A DREADME.md36 * Only events which do not require additional function calls to cause delivery
/aosp12/packages/apps/TV/tuner/proto/
H A Dchannel.proto121 // Enum describing the types of delivery system.
/aosp12/hardware/interfaces/gnss/2.0/
H A DIGnssCallback.hal74 * @param isUserEmergency True if the location request is for delivery of this location to an
/aosp12/hardware/interfaces/configstore/1.0/
H A DISurfaceFlingerConfigs.hal29 * and frame delivery jitter (which typically manifests as "jank" or "jerkiness"
/aosp12/hardware/interfaces/radio/1.4/
H A Dtypes.hal346 * Foreign agent rejected MIP (Mobile IP) registration because of delivery style was not
852 * Radio resource control (RRC) uplink data delivery failed due to a handover.
856 * Radio resource control (RRC) uplink data delivery failed due to a connection release.
860 * Radio resource control (RRC) uplink data delivery failed due to a radio link failure.
/aosp12/frameworks/native/services/surfaceflinger/sysprop/
H A DSurfaceFlingerProperties.sysprop26 # and frame delivery jitter (which typically manifests as "jank" or "jerkiness"
/aosp12/frameworks/base/core/api/
H A Dsystem-lint-baseline.txt11 …Registration methods should have overload that accepts delivery Executor: `setOnRtpRxNoticeListene…
/aosp12/bionic/docs/
H A Dstatus.md321 POSIX says that `sem_wait` can be interrupted by delivery of a
/aosp12/system/chre/doc/
H A Dnanoapp_developer_guide.md250 By batching data at the source, it reduces the data delivery frequency and helps
/aosp12/system/core/fastboot/
H A DREADME.md354 achieve reliability and in-order delivery of packets.

12