Home
last modified time | relevance | path

Searched refs:activated (Results 1 – 25 of 28) sorted by relevance

12

/system/nfc/src/fuzzers/integration/
Dnfc_integration_fuzzer_impl.cc200 void DoRfManageIntfActivated(const RfManageIntfActivated& activated) { in DoRfManageIntfActivated() argument
203 activate_event.rf_disc_id = activated.rf_discovery_id(); in DoRfManageIntfActivated()
204 activate_event.protocol = GetProtocol(activated.rf_protocol()); in DoRfManageIntfActivated()
205 activate_event.data_mode = GetDiscovery(activated.data_mode()); in DoRfManageIntfActivated()
206 activate_event.tx_bitrate = activated.tx_bitrate(); in DoRfManageIntfActivated()
207 activate_event.rx_bitrate = activated.rx_bitrate(); in DoRfManageIntfActivated()
208 uint8_t buff_size = activated.buff_size(); in DoRfManageIntfActivated()
209 uint8_t num_buff = activated.num_buff(); in DoRfManageIntfActivated()
212 activate_event, buff_size, num_buff, activated.rf_tech_param_buffer(), in DoRfManageIntfActivated()
213 activated.intf_param_buffer()); in DoRfManageIntfActivated()
/system/nfc/src/nfa/dm/
Dnfa_dm_act.cc1407 memset(&(evt_data.activated.params), 0x00, sizeof(tNFA_TAG_PARAMS)); in nfa_dm_excl_disc_cback()
1408 memcpy(&(evt_data.activated.activate_ntf), &(p_data->activate), in nfa_dm_excl_disc_cback()
1628 memcpy(&(evt_data.activated.activate_ntf), nfa_dm_cb.p_activate_ntf, in nfa_dm_notify_activation_status()
1631 p_tech_params = &evt_data.activated.activate_ntf.rf_tech_param; in nfa_dm_notify_activation_status()
1633 memset(&(evt_data.activated.params), 0x00, sizeof(tNFA_TAG_PARAMS)); in nfa_dm_notify_activation_status()
1635 memcpy(&(evt_data.activated.params), p_params, sizeof(tNFA_TAG_PARAMS)); in nfa_dm_notify_activation_status()
1643 evt_data.activated.activate_ntf.rf_tech_param.param.pa.nfcid1_len = in nfa_dm_notify_activation_status()
1645 memcpy(evt_data.activated.activate_ntf.rf_tech_param.param.pa.nfcid1, in nfa_dm_notify_activation_status()
/system/apex/proto/
Dsession_state.proto59 // that have been activated.
Dapex_manifest.proto90 // Whether this vendor APEX needs to be activated in bootstrap phase.
/system/nfc/src/nfa/include/
Dnfa_api.h484 tNFA_ACTIVATED activated; /* NFA_ACTIVATED_EVT */ member
/system/apex/apexd/
DAndroid.bp142 // any APEX activated. To do so, it uses the bootstrap linker
170 // any APEX activated. To do so, it uses the bootstrap linker
/system/nfc/tools/casimir/src/
Drf_packets.pdl154 /// The protocol field selects the activated protocol. Valid protocols are
/system/apex/docs/
DREADME.md97 updated to reflect that the APEX file will be activated at next boot.
166 the newer version of the APEX is only activated after reboot.
482 If a service marked as updatable starts before the APEXs are activated, the
602 being activated, and it's `versionCode` is `37`.
Dhowto.md413 activated, the start is delayed until the activation of APEXes is finished.
/system/sepolicy/prebuilts/api/202404/public/
Dapp.te220 # the runtime APEX is activated and Bionic libs are provided from there.
/system/sepolicy/prebuilts/api/34.0/public/
Dapp.te219 # the runtime APEX is activated and Bionic libs are provided from there.
/system/sepolicy/prebuilts/api/33.0/public/
Dapp.te229 # the runtime APEX is activated and Bionic libs are provided from there.
/system/sepolicy/microdroid/system/private/
Dproperty_contexts59 apexd.status u:object_r:apexd_prop:s0 exact enum starting activated ready
/system/nfc/src/nfa/ce/
Dnfa_ce_act.cc957 memcpy(&(conn_evt.activated.activate_ntf), &p_cb->activation_params, in nfa_ce_activate_ntf()
/system/sepolicy/prebuilts/api/29.0/public/
Dapp.te588 # the runtime APEX is activated and Bionic libs are provided from there.
/system/sepolicy/prebuilts/api/30.0/public/
Dapp.te588 # the runtime APEX is activated and Bionic libs are provided from there.
Dproperty_contexts196 apexd.status u:object_r:apexd_prop:s0 exact enum starting activated ready
/system/sepolicy/prebuilts/api/32.0/public/
Dapp.te591 # the runtime APEX is activated and Bionic libs are provided from there.
/system/sepolicy/prebuilts/api/31.0/public/
Dapp.te591 # the runtime APEX is activated and Bionic libs are provided from there.
/system/sepolicy/private/
Dapp.te719 # the runtime APEX is activated and Bionic libs are provided from there.
/system/core/init/
DREADME.md415 before APEXes are all activated, the execution is delayed until the activation
924 activated for _timeout_ seconds.
/system/core/rootdir/
Dinit.rc1031 wait_for_prop apexd.status activated
/system/sepolicy/prebuilts/api/31.0/private/
Dproperty_contexts588 apexd.status u:object_r:apexd_prop:s0 exact enum starting activated ready
/system/sepolicy/prebuilts/api/32.0/private/
Dproperty_contexts592 apexd.status u:object_r:apexd_prop:s0 exact enum starting activated ready
/system/sepolicy/prebuilts/api/33.0/private/
Dproperty_contexts687 apexd.status u:object_r:apexd_prop:s0 exact enum starting activated ready

12