Home
last modified time | relevance | path

Searched refs:initialized (Results 1 – 25 of 42) sorted by relevance

12

/hardware/ti/am57x/bootctrl/
Dboot_control.cc33 bool initialized; member
92 if (!module->initialized) { in IsInitialized()
104 if (bootctrl_module->initialized) return; in BootControlInit()
146 bootctrl_module->initialized = true; in BootControlInit()
347 .initialized = false,
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
Dml_sysfs_helper.c36 static int initialized =0; variable
247 if(initialized == 0){ in process_sysfs_request()
249 initialized = 1; in process_sysfs_request()
251 if(initialized && status == 0) { in process_sysfs_request()
472 initialized = 0; in inv_get_handler_number()
490 initialized = 0; in inv_get_input_number()
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
Dml_sysfs_helper.c44 static int initialized =0; variable
255 if(initialized == 0){ in process_sysfs_request()
257 initialized = 1; in process_sysfs_request()
259 if(initialized && status == 0) { in process_sysfs_request()
480 initialized = 0; in inv_get_handler_number()
498 initialized = 0; in inv_get_input_number()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
Dread_device_node.c39 static bool initialized = false; in _kbhit() local
41 if (!initialized) { in _kbhit()
48 initialized = true; in _kbhit()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/
Dinv_gesture_test.c156 static bool initialized = false; in _kbhit() local
158 if (! initialized) { in _kbhit()
165 initialized = true; in _kbhit()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DValidateBurst.cpp351 FmqResultDatum::OperandInformation initialized{}; in isSanitized() local
352 std::memset(&initialized, 0, sizeof(initialized)); in isSanitized()
355 reinterpret_cast<const char*>(&initialized) + paddingOffset; in isSanitized()
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DValidateBurst.cpp357 FmqResultDatum::OperandInformation initialized{}; in isSanitized() local
358 std::memset(&initialized, 0, sizeof(initialized)); in isSanitized()
361 reinterpret_cast<const char*>(&initialized) + paddingOffset; in isSanitized()
/hardware/interfaces/bluetooth/1.0/vts/functional/
DVtsHalBluetoothV1_0TargetTest.cpp164 initialized = false; in SetUp()
169 ASSERT_FALSE(initialized); in SetUp()
186 ASSERT_TRUE(initialized); in SetUp()
237 parent_.initialized = (status == Status::SUCCESS); in initializationComplete()
276 bool initialized; member in BluetoothHidlTest
/hardware/qcom/sdm845/gps/msm8960/loc_api/libloc_api_50001/
Dloc.cpp454 static bool initialized = false; in loc_inject_location() local
458 if(!initialized) in loc_inject_location()
472 initialized = true; in loc_inject_location()
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dloc.cpp454 static bool initialized = false; in loc_inject_location() local
458 if(!initialized) in loc_inject_location()
472 initialized = true; in loc_inject_location()
/hardware/interfaces/bluetooth/1.1/vts/functional/
DVtsHalBluetoothV1_1TargetTest.cpp165 initialized = false; in SetUp()
170 ASSERT_FALSE(initialized); in SetUp()
187 ASSERT_TRUE(initialized); in SetUp()
239 parent_.initialized = (status == Status::SUCCESS); in initializationComplete()
287 bool initialized; member in BluetoothHidlTest
/hardware/qcom/audio/post_proc/
Dvolume_listener.c68 static bool initialized = false; variable
616 if (initialized) { in init_once()
685 initialized = true; in init_once()
/hardware/qcom/sdm845/gps/msm8084/loc_api/libloc_api_50001/
Dloc.cpp578 static bool initialized = false; in loc_inject_location() local
590 if(!initialized) in loc_inject_location()
604 initialized = true; in loc_inject_location()
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
Dloc.cpp578 static bool initialized = false; in loc_inject_location() local
590 if(!initialized) in loc_inject_location()
604 initialized = true; in loc_inject_location()
/hardware/interfaces/nfc/1.1/
DINfc.hal27 * initialized after a factory reset
Dtypes.hal21 /** In case of an error, HCI network needs to be re-initialized */
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
Dmpu_iio.c71 static bool initialized = false; in _kbhit() local
73 if (!initialized) { in _kbhit()
80 initialized = true; in _kbhit()
/hardware/interfaces/bluetooth/a2dp/1.0/
DIBluetoothAudioHost.hal37 * has initialized the platform for streaming use case, and the
/hardware/interfaces/neuralnetworks/1.3/
DIBuffer.hal28 * The IBuffer object must have been initialized before the call to IBuffer::copyTo.
/hardware/interfaces/cas/1.0/
Dtypes.hal98 * descrambling is failing because the session is not initialized properly.
/hardware/interfaces/health/1.0/
Dtypes.hal86 * left empty after the HAL is initialized.
/hardware/interfaces/contexthub/1.0/
Dtypes.hal23 NOT_INIT, // Not initialized
/hardware/interfaces/media/c2/1.0/
Dtypes.hal71 /** Status has not been initialized. */
452 * member is initialized the first time it is communicated between the client
716 * This must be initialized to 0 by the client when the `Work` is submitted,
/hardware/interfaces/audio/2.0/
DIDevice.hal27 * Returns whether the audio hardware interface has been initialized.
/hardware/interfaces/wifi/1.0/
DREADME-NAN.md46 * Unassigned values are specified using the <i>N/A</i> keyword. Unassigned usually means initialized

12