Searched refs:initialize (Results 1 - 20 of 20) sorted by relevance

/system/core/libnativebridge/tests/
H A DDummyNativeBridge.cpp48 .initialize = &native_bridge_initialize,
H A DDummyNativeBridge2.cpp68 .initialize = &native_bridge2_initialize,
H A DDummyNativeBridge3.cpp109 .initialize = &native_bridge3_initialize,
/system/netd/server/dns/
H A DDnsTlsSocketFactory.h39 if (!socket->initialize()) {
H A DDnsTlsSocket.h46 // This class may call the observer at any time after initialize(), until the destructor
59 bool initialize() EXCLUDES(mLock);
H A DDnsTlsSocket.cpp132 bool DnsTlsSocket::initialize() { function in class:android::net::DnsTlsSocket
/system/security/keystore/
H A Duser_state.h35 bool initialize();
50 ResponseCode initialize(const android::String8& pw, Entropy* entropy);
H A Duser_state.cpp46 bool UserState::initialize() { function in class:UserState
79 ResponseCode UserState::initialize(const android::String8& pw, Entropy* entropy) { function in class:UserState
H A DKeyStore.cpp81 ResponseCode KeyStore::initialize() { function in class:keystore::KeyStore
92 return userState->initialize(pw, mEntropy);
629 if (!userState->initialize()) {
778 userState->initialize();
789 userState->initialize();
H A DKeyStore.h72 ResponseCode initialize();
H A Dkeystore_main.cpp159 keyStore.initialize();
/system/nfc/src/include/
H A Dnfc_hal_api.h53 tHAL_API_INITIALIZE* initialize; member in struct:__anon2138
/system/bt/test/rootcanal/
H A Dbluetooth_hci.h41 ::android::hardware::Return<void> initialize(
H A Dbluetooth_hci.cc69 Return<void> BluetoothHci::initialize(const sp<IBluetoothHciCallbacks>& cb) { function in class:android::hardware::bluetooth::V1_0::sim::BluetoothHci
/system/bt/vendor_libs/linux/interface/
H A Dbluetooth_hci.h42 Return<void> initialize(
H A Dbluetooth_hci.cc267 Return<void> BluetoothHci::initialize( function in class:android::hardware::bluetooth::V1_0::btlinux::BluetoothHci
269 ALOGI("BluetoothHci::initialize()");
/system/core/libnativebridge/include/nativebridge/
H A Dnative_bridge.h180 bool (*initialize)(const NativeBridgeRuntimeCallbacks* runtime_cbs, const char* private_dir, member in struct:android::NativeBridgeCallbacks
/system/bt/hci/src/
H A Dhci_layer_android.cc116 btHci->initialize(callbacks);
/system/core/libnativebridge/
H A Dnative_bridge.cc429 // If we're still PreInitialized (dind't fail the code cache checks) try to initialize.
431 if (callbacks->initialize(runtime_callbacks, app_code_cache_dir, instruction_set)) {
/system/nfc/src/adaptation/
H A DNfcAdaptation.cc450 mHalEntryFuncs.initialize = HalInitialize;

Completed in 242 milliseconds