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

1234567891011>>

/system/chre/platform/linux/
H A Dplatform_audio.cc39 void PlatformAudio::init() { function in class:chre::PlatformAudio
/system/chre/platform/slpi/include/chre/platform/slpi/see/
H A Dsee_helper.h180 bool init(SeeHelperCallbackInterface *cbIf,
195 * Only registered SUIDs will call the indication callback provided in init()
242 * a synchronous one using the default client obtained in init().
/system/core/init/
H A Daction_parser.cpp33 namespace init { namespace in namespace:android
157 } // namespace init
H A Dcapabilities.cpp28 namespace init { namespace in namespace:android
219 } // namespace init
H A Ddescriptors.cpp34 namespace init { namespace in namespace:android
131 } // namespace init
H A Ddevices.h34 namespace init { namespace in namespace:android
137 } // namespace init
H A Dparser.cpp30 namespace init { namespace in namespace:android
176 } // namespace init
H A Dpersistent_properties_test.cpp31 namespace init { namespace in namespace:android
155 } // namespace init
H A Dueventd.cpp59 // 'init' currently waits synchronously on the cold boot process of ueventd before it continues
106 namespace init { namespace in namespace:android
174 // When a subprocess crashes, we fatally abort from ueventd. init will restart ueventd when
175 // init reaps it, and the cold boot process will start again. If this continues to fail, then
176 // since ueventd is marked as a critical service, init will reboot to recovery.
178 // When a subprocess gets stuck, keep ueventd spinning waiting for it. init has a timeout for
253 * init sets the umask to 077 for forked processes. We need to
290 } // namespace init
H A Dueventd_parser.cpp25 namespace init { namespace in namespace:android
141 } // namespace init
/system/core/init/parser/
H A Dtokenizer_test.cpp22 namespace init { namespace
230 } // namespace init
/system/bt/btif/src/
H A Dbluetooth.cc141 static int init(bt_callbacks_t* callbacks) { function
434 init,
H A Dbtif_hf_client.cc279 static bt_status_t init(bthf_client_callbacks_t* callbacks) { function
751 .init = init,
H A Dbtif_hd.cc345 * Function init
352 static bt_status_t init(bthd_callbacks_t* callbacks) { function
628 init,
/system/bt/stack/include/
H A Da2dp_codec_api.h214 virtual bool init() = 0;
293 bool init();
556 // Decodes |p_buf| and calls |decode_callback| passed into init for the
/system/core/storaged/
H A Dstoraged.cpp87 void storaged_t::init() { function in class:storaged_t
120 mUidm.init(is_charger_on(status));
121 // register listener after init uid_monitor
/system/tools/hidl/docs/src/parser/elements/declarations/
H A DCompoundDeclarationParser.kt34 init {
/system/chre/core/
H A Dgnss_manager.cc31 void GnssManager::init() { function in class:chre::GnssManager
32 mPlatformGnss.init();
/system/sepolicy/prebuilts/api/28.0/public/
H A Dte_macros16 ifelse($1, `init', `', `allow $3 $1:process sigchld;')
115 # Allow the init process to create the initial endpoint socket.
116 allow init pdx_$2_endpoint_socket_type:unix_stream_socket { create bind };
163 # Set up a transition from init to the daemon domain
166 domain_auto_trans(init, $1_exec, $1)
284 # allow clientdomain init:unix_stream_socket connectto;
301 unix_socket_connect($1, property, init)
/system/sepolicy/public/
H A Dte_macros16 ifelse($1, `init', `', `allow $3 $1:process sigchld;')
115 # Allow the init process to create the initial endpoint socket.
116 allow init pdx_$2_endpoint_socket_type:unix_stream_socket { create bind };
163 # Set up a transition from init to the daemon domain
166 domain_auto_trans(init, $1_exec, $1)
284 # allow clientdomain init:unix_stream_socket connectto;
301 unix_socket_connect($1, property, init)
/system/tools/aidl/
H A Dast_java.h177 void init(int n, va_list args);
200 void init(int n, va_list args);
/system/bt/hci/src/
H A Dbtsnoop.cc121 .init = NULL,
/system/bt/include/hardware/
H A Dbluetooth.h421 /** NOTE: By default, no profiles are initialized at the time of init/enable.
422 * Whenever the application invokes the 'init' API of a profile, then one of
448 int (*init)(bt_callbacks_t* callbacks); member in struct:__anon695
459 /** Get all Bluetooth Adapter properties at init */
544 * locks. This should be called immediately after a successful |init|.
H A Dbt_hf_client.h329 bt_status_t (*init)(bthf_client_callbacks_t* callbacks); member in struct:__anon771
/system/bt/service/hal/
H A Dbluetooth_interface.cc250 status = hal_iface_->init(&bt_callbacks);

Completed in 335 milliseconds

1234567891011>>