Searched refs:hal_ (Results 1 – 10 of 10) sorted by relevance
/system/security/identity/ |
D | CredentialStore.cpp | 36 : dataPath_(dataPath), hal_(hal) {} in CredentialStore() 39 Status status = hal_->getHardwareInformation(&hwInfo_); in init() 44 halApiVersion_ = hal_->getInterfaceVersion(); in init() 87 Status status = hal_->createCredential(docType, false, &halWritableCredential); in createCredential() 117 callingUid, hwInfo_, hal_, halApiVersion_); in getCredentialByName()
|
D | CredentialStore.h | 59 sp<IIdentityCredentialStore> hal_; variable
|
/system/bt/gd/hal/ |
D | facade.cc | 35 explicit HciHalFacadeService(HciHal* hal) : hal_(hal) { in HciHalFacadeService() 40 hal_->unregisterIncomingPacketCallback(); in ~HciHalFacadeService() 50 hal_->sendHciCommand(std::vector<uint8_t>(req_string.begin(), req_string.end())); in SendCommand() 62 hal_->sendAclData(std::vector<uint8_t>(req_string.begin(), req_string.end())); in SendAcl() 71 hal_->sendScoData(std::vector<uint8_t>(req_string.begin(), req_string.end())); in SendSco() 132 HciHal* hal_; member in bluetooth::hal::HciHalFacadeService
|
D | hci_hal_host_test.cc | 149 hal_ = fake_registry_.Start<HciHal>(thread_); in SetUp() 150 hal_->registerIncomingPacketCallback(&callbacks_); in SetUp() 157 hal_->unregisterIncomingPacketCallback(); in TearDown() 171 HciHal* hal_ = nullptr; member in bluetooth::hal::__anondf45cb950111::HciHalRootcanalTest 353 hal_->sendHciCommand(hci_data); in TEST_F() 365 hal_->sendAclData(acl_packet); in TEST_F() 377 hal_->sendScoData(sco_packet); in TEST_F() 391 hal_->sendAclData(acl_packet); in TEST_F() 408 hal_->sendAclData(acl_packet); in TEST_F()
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | te_macros | 212 attribute hal_$1; 213 expandattribute hal_$1 true; 214 attribute hal_$1_client; 215 expandattribute hal_$1_client true; 216 attribute hal_$1_server; 217 expandattribute hal_$1_server false; 219 neverallow { hal_$1_server -halserverdomain } domain:process fork; 220 # hal_*_client and halclientdomain attributes are always expanded for 224 neverallow { hal_$1_server -hal_$1 } domain:process fork; 225 neverallow { hal_$1_client -halclientdomain } domain:process fork;
|
/system/bt/gd/hci/ |
D | hci_layer.cc | 95 impl(hal::HciHal* hal, HciLayer& module) : hal_(hal), module_(module) { in impl() 120 hal_->sendAclData(bytes); in on_outbound_acl_ready() 128 hal_->sendIsoData(bytes); in on_outbound_iso_ready() 223 hal_->sendHciCommand(*bytes); in send_next_command() 335 hal::HciHal* hal_; member
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | te_macros | 229 attribute hal_$1; 230 expandattribute hal_$1 true; 231 attribute hal_$1_client; 232 expandattribute hal_$1_client true; 233 attribute hal_$1_server; 234 expandattribute hal_$1_server false; 236 neverallow { hal_$1_server -halserverdomain } domain:process fork; 237 # hal_*_client and halclientdomain attributes are always expanded for 241 neverallow { hal_$1_server -hal_$1 } domain:process fork; 242 neverallow { hal_$1_client -halclientdomain } domain:process fork; [all …]
|
/system/sepolicy/public/ |
D | te_macros | 229 attribute hal_$1; 230 expandattribute hal_$1 true; 231 attribute hal_$1_client; 232 expandattribute hal_$1_client true; 233 attribute hal_$1_server; 234 expandattribute hal_$1_server false; 236 neverallow { hal_$1_server -halserverdomain } domain:process fork; 237 # hal_*_client and halclientdomain attributes are always expanded for 241 neverallow { hal_$1_server -hal_$1 } domain:process fork; 242 neverallow { hal_$1_client -halclientdomain } domain:process fork; [all …]
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | te_macros | 209 attribute hal_$1; 210 expandattribute hal_$1 true; 211 attribute hal_$1_client; 212 expandattribute hal_$1_client true; 213 attribute hal_$1_server; 214 expandattribute hal_$1_server false; 216 neverallow { hal_$1_server -halserverdomain } domain:process fork;
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | te_macros | 213 attribute hal_$1; 214 expandattribute hal_$1 true; 215 attribute hal_$1_client; 216 expandattribute hal_$1_client true; 217 attribute hal_$1_server; 218 expandattribute hal_$1_server false; 220 neverallow { hal_$1_server -halserverdomain } domain:process fork; 221 # hal_*_client and halclientdomain attributes are always expanded for 225 neverallow { hal_$1_server -hal_$1 } domain:process fork; 226 neverallow { hal_$1_client -halclientdomain } domain:process fork;
|