Searched refs:init (Results 226 - 250 of 297) sorted by relevance

1234567891011>>

/system/bt/stack/include/
H A Dmca_api.h521 void (*init)(void); member in struct:__anon1256
/system/core/init/
H A Daction.cpp34 namespace init { namespace in namespace:android
126 // There are many legacy paths in rootdir/init.rc that will virtually never exist on a new
215 } // namespace init
H A Dbootchart.cpp44 namespace init { namespace in namespace:android
82 fprintf(&*fp, "version = Android init 0.8\n");
199 } // namespace init
H A Dpersistent_properties.cpp40 namespace init { namespace in namespace:android
245 } // namespace init
H A Dresult.h81 namespace init { namespace in namespace:android
208 } // namespace init
H A Dservice_test.cpp29 namespace init { namespace in namespace:android
192 } // namespace init
H A Duevent_listener.cpp30 namespace init { namespace in namespace:android
219 } // namespace init
H A Dutil_test.cpp30 namespace init { namespace in namespace:android
171 } // namespace init
H A Ddevices_test.cpp28 namespace init { namespace in namespace:android
312 } // namespace init
H A Dinit_first_stage.cpp43 namespace init { namespace in namespace:android
347 // "/dev/block/dm-XX". Needs to create it because ueventd isn't started in init
446 // "/dev/block/dm-XX". Needs to create it because ueventd isn't started in init
471 // Sets INIT_AVB_VERSION here for init to set ro.boot.avb_version in the second stage.
518 LOG(ERROR) << "Failed to init devices for INIT_AVB_VERSION";
531 } // namespace init
H A Dresult_test.cpp28 namespace init { namespace in namespace:android
332 } // namespace init
H A Dselinux.cpp18 // for SELinux operation for init.
20 // When the system boots, there is no SEPolicy present and init is running in the kernel domain.
21 // Init loads the SEPolicy from the file system, restores the context of /init based on this
43 // init needs to compile the SEPolicy. /system contains the SEPolicy compiler, secilc, and it
70 namespace init { namespace in namespace:android
404 // init's first stage can't set properties, so pass the time to the second stage.
451 // This function sets up SELinux logging to be written to kmsg, to match init's logging.
458 // This function checks whether the sepolicy supports vendor init.
532 } // namespace init
H A Dsubcontext.cpp50 namespace init { namespace in namespace:android
52 const std::string kInitContext = "u:r:init:s0";
180 LOG(FATAL) << "Could not read message from init: " << init_message.error();
185 LOG(FATAL) << "Unable to parse message from init";
199 LOG(FATAL) << "Unknown message type from init: "
204 LOG(FATAL) << "Failed to send message to init: " << result.error();
257 PLOG(FATAL) << "Could not execv subcontext init";
310 LOG(ERROR) << "Subcontext init could not set '" << property.name() << "' to '"
378 } // namespace init
/system/extras/boot_control_copy/
H A Dboot_control_copy.cpp284 .init = module_init,
/system/netd/server/
H A DControllers.cpp267 void Controllers::init() { function in class:android::net::Controllers
H A DWakeupController.cpp120 netdutils::Status WakeupController::init(NFLogListenerInterface* listener) { function in class:android::net::WakeupController
/system/sepolicy/prebuilts/api/28.0/private/
H A Dproperty_contexts120 # These properties are not normally set by processes other than init.
139 init.svc.odm. u:object_r:vendor_default_prop:s0
140 init.svc.vendor. u:object_r:vendor_default_prop:s0
/system/sepolicy/private/
H A Dproperty_contexts120 # These properties are not normally set by processes other than init.
139 init.svc.odm. u:object_r:vendor_default_prop:s0
140 init.svc.vendor. u:object_r:vendor_default_prop:s0
/system/extras/simpleperf/scripts/
H A Dreport_html.js124 tabObj.init(tabDiv);
398 init(div) {
420 init(div) {
580 init(div) {
609 init(div) {
/system/bt/hci/src/
H A Dhci_layer.cc241 packet_fragmenter->init(&packet_fragmenter_callbacks);
306 .init = NULL,
/system/bt/include/hardware/
H A Dbt_rc.h431 bt_status_t (*init)(btrc_callbacks_t* callbacks); member in struct:__anon822
647 bt_status_t (*init)(btrc_ctrl_callbacks_t* callbacks); member in struct:__anon824
/system/chre/core/
H A Dwifi_request_manager.cc40 void WifiRequestManager::init() { function in class:chre::WifiRequestManager
41 mPlatformWifi.init();
/system/extras/verity/
H A DUtils.java155 cipher.init(Cipher.DECRYPT_MODE, key, epkInfo.getAlgParameters());
/system/bt/stack/test/
H A Dstack_a2dp_test.cc831 EXPECT_TRUE(a2dp_codecs->init());
973 TEST_F(A2dpCodecConfigTest, init) {
977 EXPECT_TRUE(codecs.init());
/system/bt/device/src/
H A Dcontroller.cc278 .init = NULL,

Completed in 340 milliseconds

1234567891011>>