Home
last modified time | relevance | path

Searched refs:unit (Results 1 - 6 of 6) sorted by relevance

/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/
H A Darkoala_api.h271 ArkUI_Int32 unit; member
294 ArkUI_Int32 unit; member
319 ArkUI_Int32 unit[4]; member
327 ArkUI_Int32 unit; member
332 ArkUI_Int32 unit; member
1277 ArkUI_Int32 unit; member
1390 void (*setWidth)(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit, ArkUI_CharPtr calcValue);
1392 void (*setHeight)(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit, ArkUI_CharPtr calcValue);
1528 void (*setOffset)(ArkUINodeHandle node, const ArkUI_Float32* number, const ArkUI_Int32* unit);
1560 void (*setSize)(ArkUINodeHandle node, const ArkUI_Float32* number, const ArkUI_Int32* unit, ArkUI_CharPt
[all...]
/drivers/hdf_core/adapter/khdf/liteos/model/bus/usb/
H A Dhdf_usb.c43 uint32_t unit; member
76 ret = instance->GetUint32(node, "res_unit", &cfg->unit, 0); in GetUsbControllerParam()
78 HDF_LOGE("%s: read res unit fail", __func__); in GetUsbControllerParam()
131 callback(name, cfg->type, cfg->unit, cfg->start, cfg->end, cfg->count); in ProcControllorParam()
/drivers/hdf_core/framework/model/storage/src/mmc/
H A Dmmc_protocol.c24 /* TRAN_SPEED: Frequency unit 0 = 100KHz, 1 = 1MHz, 2 = 10MHz, 3 = 100MHz, 4...7 = reserved */
27 /* TAAC: Time unit 0 = 1ns, 1 = 10ns, 2 = 100ns, 3 = 1us, 4 = 10us, 5 = 100us, 6 = 1ms, 7 = 10ms */
659 /* SDSC Card uses byte unit address and SDHC and SDXC Cards use block unit address(512 Bytes unit). */ in MmcSetupReadWriteBlocksCmd()
699 uint32_t unit; in EmmcDecodeCsd() local
720 /* TAAC: [119:112]; TAAC bit position-->Time unit: [2:0], Multiplier factor: [6:3]. */ in EmmcDecodeCsd()
722 unit = MmcParseBits(rawCsd, CSD_BITS, 112, 3); in EmmcDecodeCsd()
723 csd->taccNs = (g_taccUnit[unit] * g_commFactor[factor] + 9) / 10; in EmmcDecodeCsd()
727 /* TRAN_SPEED: [103:96]; TRAN_SPEED bit-->Frequency unit in EmmcDecodeCsd()
2081 uint32_t unit; SdDecodeCsdRev1Field() local
2136 uint32_t unit; SdDecodeCsdRev2Field() local
3583 const uint32_t unit[8] = { 10000, 100000, 1000000, 10000000, 0, 0, 0, 0 }; SdioDecodeCisTplFunceCommon() local
[all...]
/drivers/hdf_core/adapter/khdf/linux/platform/spi/
H A Dspi_adapter.c180 transfer->delay.unit = SPI_DELAY_UNIT_USECS; in SpiAdapterTransferOneMsg()
249 transfer[i].delay.unit = SPI_DELAY_UNIT_USECS; in SpiAdapterTransferDifferent()
/test/xts/dcts/communication/softbus_standard/common/
H A Dnet_trans_common.c172 int unit = 1000; in GetCurrentTimeOfMs() local
175 return (tv.tv_sec * unit + tv.tv_usec / unit); in GetCurrentTimeOfMs()
/drivers/hdf_core/framework/model/audio/usb/src/
H A Daudio_usb_mixer.c69 struct UsbMixerElemList **idElems; /* array[MAX_ID_ELEMS], indexed by unit id */
310 /* get the mapped name if the unit matches */
354 /* find an audio control unit with the given unit id */
355 static void *AudioUsbFindAudioControlUnit(struct UsbMixerBuild *state, unsigned char unit) in AudioUsbFindAudioControlUnit() argument
370 unitId = featureUnitDesc->bUnitID == unit; in AudioUsbFindAudioControlUnit()
1034 /* feature unit control information */
1184 /* get a feature/mixer unit info */
1206 /* get the current value from feature/mixer unit */
1227 /* get the current value from feature/mixer unit */
[all...]

Completed in 25 milliseconds