Home
last modified time | relevance | path

Searched refs:hal_ (Results 1 – 12 of 12) sorted by relevance

/aosp12/system/security/identity/
H A DCredentialStore.cpp36 : 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()
H A DCredentialStore.h59 sp<IIdentityCredentialStore> hal_; variable
/aosp12/system/bt/gd/hal/
H A Dfacade.cc35 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
H A Dhci_hal_host_test.cc149 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::__anon917a77ba0110::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()
/aosp12/frameworks/native/vulkan/libvulkan/
H A Ddriver.cpp88 static Hal hal_; member in vulkan::driver::__anon1d23e1e50110::Hal
155 Hal Hal::hal_; member in vulkan::driver::__anon1d23e1e50110::Hal
245 hal_.UnloadBuiltinDriver(); in Open()
248 if (hal_.dev_) in Open()
252 hal_.dev_ = &stubhal::kDevice; in Open()
284 hal_.dev_ = device; in Open()
286 hal_.InitDebugReportIndex(); in Open()
296 if (!hal_.dev_) in ShouldUnloadBuiltinDriver()
316 ALOG_ASSERT(!hal_.dev_->common.close(hal_.dev_->common), in UnloadBuiltinDriver()
322 hal_.dev_ = nullptr; in UnloadBuiltinDriver()
[all …]
/aosp12/system/sepolicy/prebuilts/api/29.0/public/
H A Dte_macros212 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;
/aosp12/system/bt/gd/hci/
H A Dhci_layer.cc95 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
/aosp12/system/sepolicy/prebuilts/api/31.0/public/
H A Dte_macros229 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;
241 neverallow { hal_$1_server -hal_$1 } domain:process fork;
242 neverallow { hal_$1_client -halclientdomain } domain:process fork;
699 # hal_client_domain(<your domain>, hal_<foo>)
[all …]
/aosp12/system/sepolicy/prebuilts/api/32.0/public/
H A Dte_macros229 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;
241 neverallow { hal_$1_server -hal_$1 } domain:process fork;
242 neverallow { hal_$1_client -halclientdomain } domain:process fork;
699 # hal_client_domain(<your domain>, hal_<foo>)
[all …]
/aosp12/system/sepolicy/public/
H A Dte_macros229 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;
241 neverallow { hal_$1_server -hal_$1 } domain:process fork;
242 neverallow { hal_$1_client -halclientdomain } domain:process fork;
699 # hal_client_domain(<your domain>, hal_<foo>)
[all …]
/aosp12/system/sepolicy/prebuilts/api/30.0/public/
H A Dte_macros213 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;
/aosp12/system/sepolicy/prebuilts/api/28.0/public/
H A Dte_macros209 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;