Home
last modified time | relevance | path

Searched refs:props (Results 1 – 25 of 35) sorted by relevance

12

/device/google/dragon/health/
Dhealthd-dragon.cpp63 static void dragon_soc_adjust(struct BatteryProperties *props) in dragon_soc_adjust() argument
68 soc = props->batteryLevel; in dragon_soc_adjust()
74 ((props->batteryStatus == BATTERY_STATUS_DISCHARGING) || in dragon_soc_adjust()
75 (props->batteryStatus == BATTERY_STATUS_NOT_CHARGING) || in dragon_soc_adjust()
76 (props->batteryStatus == BATTERY_STATUS_UNKNOWN))) { in dragon_soc_adjust()
94 props->batteryLevel = soc; in dragon_soc_adjust()
97 int healthd_board_battery_update(struct BatteryProperties *props) in healthd_board_battery_update() argument
100 dragon_soc_adjust(props); in healthd_board_battery_update()
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp1034 RboProps props; in addFreshRenderbuffer() local
1035 props.target = GL_RENDERBUFFER; in addFreshRenderbuffer()
1036 props.name = name; in addFreshRenderbuffer()
1037 props.format = GL_NONE; in addFreshRenderbuffer()
1038 props.multisamples = 0; in addFreshRenderbuffer()
1039 props.previouslyBound = false; in addFreshRenderbuffer()
1042 mRboState.rboData[getRboIndex(name)] = props; in addFreshRenderbuffer()
1044 mRboState.rboData.push_back(props); in addFreshRenderbuffer()
1205 const FboProps& props = boundFboProps_const(target); in getBoundFramebufferFormat() local
1219 if (props.colorAttachmenti_hasRbo[colorAttachmentIndex]) { in getBoundFramebufferFormat()
[all …]
/device/generic/goldfish/qemu-props/
DAndroid.mk25 LOCAL_MODULE := qemu-props
27 LOCAL_SRC_FILES := qemu-props.c
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaEnc.h50 SRes LzmaEnc_SetProps(CLzmaEncHandle p, const CLzmaEncProps *props);
69 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
DLzmaEnc.c91 CLzmaEncProps props = *props2; in LzmaEncProps_GetDictSize() local
92 LzmaEncProps_Normalize(&props); in LzmaEncProps_GetDictSize()
93 return props.dictSize; in LzmaEncProps_GetDictSize()
428 CLzmaEncProps props = *props2; in LzmaEnc_SetProps() local
429 LzmaEncProps_Normalize(&props); in LzmaEnc_SetProps()
431 if (props.lc > LZMA_LC_MAX || props.lp > LZMA_LP_MAX || props.pb > LZMA_PB_MAX || in LzmaEnc_SetProps()
432 props.dictSize > (1 << kDicLogSizeMaxCompress) || props.dictSize > (1 << 30)) in LzmaEnc_SetProps()
434 p->dictSize = props.dictSize; in LzmaEnc_SetProps()
435 p->matchFinderCycles = props.mc; in LzmaEnc_SetProps()
437 unsigned fb = props.fb; in LzmaEnc_SetProps()
[all …]
DLzmaDec.h130 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc);
DLzmaDec.c946 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_AllocateProbs() argument
949 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_AllocateProbs()
955 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_Allocate() argument
959 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_Allocate()
/device/google/atv/
Dinit.ranchu.rc58 # The qemu-props program is used to set various system
64 service qemu-props /system/bin/qemu-props
Dinit.goldfish.rc72 # The qemu-props program is used to set various system
78 service qemu-props /system/bin/qemu-props
/device/generic/car/common/
Dinit.car-emulator.rc60 # The qemu-props program is used to set various system
66 service qemu-props /system/bin/qemu-props
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/
DLzmaCompress.c108 CLzmaEncProps props; in Encode() local
110 LzmaEncProps_Init(&props); in Encode()
111 LzmaEncProps_Normalize(&props); in Encode()
164 &props, outBuffer, &outPropsSize, 0, in Encode()
/device/generic/mini-emulator-arm64/
Dinit.mini-emulator.rc64 # The qemu-props program is used to set various system
70 service qemu-props /system/bin/qemu-props
Dmini_emulator_common.mk26 qemu-props \
/device/generic/mini-emulator-armv7-a-neon/
Dinit.mini-emulator.rc64 # The qemu-props program is used to set various system
70 service qemu-props /system/bin/qemu-props
Dmini_emulator_common.mk26 qemu-props \
/device/google/marlin/
Dsystem.prop33 # system props for the cne module
40 #system props for the MM modules
64 # system props for the data modules
70 #system props for time-services
87 # System props for telephony
/device/generic/goldfish/
Dinit.ranchu.rc86 # The qemu-props program is used to set various system
92 service qemu-props /system/bin/qemu-props
Dinit.goldfish.rc82 # The qemu-props program is used to set various system
88 service qemu-props /system/bin/qemu-props
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dbdist_msi.py245 props = [('DistVersion', version)]
248 props.append(("ARPCONTACT", email))
250 props.append(("ARPURLINFOABOUT", metadata.url))
251 if props:
252 add_data(self.db, 'Property', props)
/device/generic/qemu/
Dqemu_base.mk62 qemu-props \
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.h130 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc);
DLzmaDec.c964 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_AllocateProbs() argument
967 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_AllocateProbs()
973 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_Allocate() argument
977 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_Allocate()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.h130 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc);
DLzmaDec.c964 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_AllocateProbs() argument
967 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_AllocateProbs()
973 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_Allocate() argument
977 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_Allocate()
/device/generic/car/common/product/
Demulator.mk38 qemu-props \

12