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

<<1112

/system/bt/btif/src/
H A Dbtif_hh.cc1197 static bt_status_t init(bthh_callbacks_t* callbacks) { function
1648 init,
H A Dbtif_hl.cc3979 * Function init
3986 static bt_status_t init(bthl_callbacks_t* callbacks) { function
4021 init,
4383 * Description select loop wakup init
4611 * Description HL select loop init function.
H A Dbtif_rc.cc1710 * Function init
1717 static bt_status_t init(btrc_callbacks_t* callbacks) {
5226 init,
/system/bt/stack/a2dp/
H A Da2dp_codec_config.cc139 if (!codec_config->init()) {
547 bool A2dpCodecs::init() { function in class:A2dpCodecs
H A Da2dp_sbc.cc870 bool A2dpCodecConfigSbcSource::init() { function in class:A2dpCodecConfigSbcSource
1533 bool A2dpCodecConfigSbcSink::init() { function in class:A2dpCodecConfigSbcSink
H A Da2dp_vendor_ldac.cc583 bool A2dpCodecConfigLdac::init() { function in class:A2dpCodecConfigLdac
/system/core/lmkd/
H A Dlmkd.c1404 static int init(void) { function
1563 if (!init())
/system/sepolicy/prebuilts/api/26.0/private/
H A Dsystem_server.te152 # Talk to init and various daemons via sockets.
455 # Collect metrics on boot time created by init
703 neverallow { domain -init -system_server -crash_dump } system_ndebug_socket:sock_file { open write };
H A Dfile_contexts10 /init\..* u:object_r:rootfs:s0
18 /init u:object_r:init_exec:s0
/system/sepolicy/prebuilts/api/28.0/private/
H A Dsystem_server.te158 # Talk to init and various daemons via sockets.
530 # Collect metrics on boot time created by init
831 neverallow { domain -init -system_server -crash_dump } system_ndebug_socket:sock_file { open write };
H A Dfile_contexts10 /init\..* u:object_r:rootfs:s0
18 /init u:object_r:init_exec:s0
/system/sepolicy/private/
H A Dsystem_server.te158 # Talk to init and various daemons via sockets.
530 # Collect metrics on boot time created by init
831 neverallow { domain -init -system_server -crash_dump } system_ndebug_socket:sock_file { open write };
H A Dfile_contexts10 /init\..* u:object_r:rootfs:s0
18 /init u:object_r:init_exec:s0
/system/sepolicy/prebuilts/api/27.0/private/
H A Dsystem_server.te161 # Talk to init and various daemons via sockets.
483 # Collect metrics on boot time created by init
734 neverallow { domain -init -system_server -crash_dump } system_ndebug_socket:sock_file { open write };
/system/core/init/
H A Dbuiltins.cpp63 #include "init.h"
80 namespace init { namespace in namespace:android
426 * do the call in the child to provide protection to the main init
449 // Only needed if someone explicitly changes the default log level in their init.rc.
565 std::string prop_name = "ro.boottime.init.mount_all."s + prop_post_fix;
766 // We will do readahead in a forked process in order not to block init
1089 } // namespace init
H A Dproperty_service.cpp59 #include "init.h"
84 namespace init { namespace in namespace:android
249 LOG(ERROR) << "InitPropertySet: Do not set ctl. properties from init; call the Service "
254 LOG(ERROR) << "InitPropertySet: Do not set selinux.restorecon_recursive from init; use the "
295 // http://b/35166374: don't allow init to make arbitrarily large allocations.
358 // to avoid slowing init down by causing EINTR with under millisecond timeout.
703 * not loaded. Vold triggers init to load these properties once it
858 } // namespace init
H A Dservice.cpp51 #include "init.h"
67 namespace init { namespace in namespace:android
147 return ErrnoError() << "Could not fork init inside the PID namespace";
159 // PID namespace or when the init process inside the PID namespace
244 std::string prop_name = "init.svc." + name_;
861 // This will fork again to run an init process inside the PID
1234 return IsLegalPropertyName("init.svc." + name) && name.size() <= PROP_VALUE_MAX;
1237 } // namespace init
/system/netd/tests/
H A Dbinder_test.cpp111 ASSERT_EQ(0, sTun.init());
/system/bt/bta/av/
H A Dbta_av_main.cc135 /* state table for init state */
638 if (!(*bta_av_a2dp_cos.init)(codec_index, &avdtp_stream_config.cfg)) {
/system/sepolicy/
H A DAndroid.mk189 # inside init/init.cpp for loading SELinux policy from files.
/system/bt/btif/co/
H A Dbta_av_co.cc701 codecs_->init();
/system/chre/platform/slpi/see/
H A Dsee_helper.cc1483 bool SeeHelper::init(SeeHelperCallbackInterface *cbIf, Microseconds timeout) { function in class:chre::SeeHelper

Completed in 393 milliseconds

<<1112