Home
last modified time | relevance | path

Searched defs:info (Results 1 – 25 of 109) sorted by relevance

12345

/device/asus/fugu/
Dreleasetools.py22 def WriteIfwi(info): argument
26 def WriteDroidboot(info): argument
29 def WriteSplashscreen(info): argument
32 def WriteBootloader(info, bootloader): argument
79 def FullOTA_InstallEnd(info): argument
88 def IncrementalOTA_InstallEnd(info): argument
/device/huawei/angler/
Dreleasetools.py100 def FullOTA_InstallEnd(info): argument
115 def IncrementalOTA_VerifyEnd(info): argument
135 def IncrementalOTA_InstallEnd(info): argument
177 def WriteIncrementalBootloader(info, target_imagefile, source_imagefile): argument
208 def WriteIncrementalRadio(info, target_imagefile, source_imagefile): argument
242 def WriteIncrementalModemPartition(info, target_modem_image, argument
262 def WriteRadio(info, radio_img): argument
273 def WriteHuaweiBootPartitionImages(info, huawei_boot_image, blacklist=None): argument
280 def WriteGroupedImages(info, group_name, images, blacklist=None): argument
292 def WritePartitionImage(info, image, group_name=None): argument
[all …]
/device/lge/bullhead/
Dreleasetools.py28 def FullOTA_InstallEnd(info): argument
43 def IncrementalOTA_VerifyEnd(info): argument
62 def IncrementalOTA_InstallEnd(info): argument
118 def WriteRadio(info, radio_img): argument
180 def WriteBootloader(info, bootloader): argument
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
Dgoldfish_dma.cpp24 struct goldfish_dma_ioctl_info info; in goldfish_dma_lock() local
30 struct goldfish_dma_ioctl_info info; in goldfish_dma_unlock() local
43 struct goldfish_dma_ioctl_info info; in goldfish_dma_create_region() local
92 struct goldfish_dma_ioctl_info info; in goldfish_dma_free() local
97 struct goldfish_dma_ioctl_info info; in goldfish_dma_guest_paddr() local
/device/google/dragon/
Dreleasetools.py19 def FullOTA_InstallEnd(info): argument
35 def IncrementalOTA_InstallEnd(info): argument
/device/google/dragon/sensor_hub/
Dcros_ec_sensors.cpp132 struct cros_ec_gesture_info* info = &mGestureInfo[handle - CROS_EC_MAX_PHYSICAL_SENSOR]; in flush() local
138 struct cros_ec_sensor_info *info = &mSensorInfo[handle]; in flush() local
157 struct cros_ec_sensor_info *info = &mSensorInfo[handle]; in activate() local
182 struct cros_ec_gesture_info* info = &mGestureInfo[handle - CROS_EC_MAX_PHYSICAL_SENSOR]; in activate() local
203 struct cros_ec_sensor_info *info = &mSensorInfo[handle]; in batch() local
303 struct cros_ec_sensor_info *info = &mSensorInfo[event->sensor_id]; in processEvent() local
/device/google/marlin/camera/QCamera2/
DQCamera2Factory.cpp73 camera_info info; in QCamera2Factory() local
190 int QCamera2Factory::get_camera_info(int camera_id, struct camera_info *info) in get_camera_info()
302 int QCamera2Factory::getCameraInfo(int camera_id, struct camera_info *info) in getCameraInfo()
586 camera_info info; in isDualCamAvailable() local
/device/lge/bullhead/camera/QCamera2/
DQCamera2Factory.cpp61 camera_info info; in QCamera2Factory() local
145 int QCamera2Factory::get_camera_info(int camera_id, struct camera_info *info) in get_camera_info()
238 int QCamera2Factory::getCameraInfo(int camera_id, struct camera_info *info) in getCameraInfo()
/device/huawei/angler/camera/QCamera2/
DQCamera2Factory.cpp61 camera_info info; in QCamera2Factory() local
145 int QCamera2Factory::get_camera_info(int camera_id, struct camera_info *info) in get_camera_info()
238 int QCamera2Factory::getCameraInfo(int camera_id, struct camera_info *info) in getCameraInfo()
/device/linaro/bootloader/arm-trusted-firmware/include/drivers/io/
Dio_driver.h42 uintptr_t info; member
50 uintptr_t info; member
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
Delf64.h156 #define ELF64_R_SYM(info) ((info) >> 32) argument
157 #define ELF64_R_TYPE(info) ((info) & 0xffffffffL) argument
162 #define ELF64_R_TYPE_DATA(info) (((Elf64_Xword)(info)<<32)>>40) argument
163 #define ELF64_R_TYPE_ID(info) (((Elf64_Xword)(info)<<56)>>56) argument
183 #define ELF64_M_SYM(info) ((info)>>8) argument
184 #define ELF64_M_SIZE(info) ((unsigned char)(info)) argument
212 #define ELF64_ST_BIND(info) ((info) >> 4) argument
213 #define ELF64_ST_TYPE(info) ((info) & 0xf) argument
Delf32.h148 #define ELF32_R_SYM(info) ((info) >> 8) argument
149 #define ELF32_R_TYPE(info) ((unsigned char)(info)) argument
177 #define ELF32_M_SYM(info) ((info)>>8) argument
178 #define ELF32_M_SIZE(info) ((unsigned char)(info)) argument
206 #define ELF32_ST_BIND(info) ((info) >> 4) argument
207 #define ELF32_ST_TYPE(info) ((info) & 0xf) argument
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
Delf64.h156 #define ELF64_R_SYM(info) ((info) >> 32) argument
157 #define ELF64_R_TYPE(info) ((info) & 0xffffffffL) argument
162 #define ELF64_R_TYPE_DATA(info) (((Elf64_Xword)(info)<<32)>>40) argument
163 #define ELF64_R_TYPE_ID(info) (((Elf64_Xword)(info)<<56)>>56) argument
183 #define ELF64_M_SYM(info) ((info)>>8) argument
184 #define ELF64_M_SIZE(info) ((unsigned char)(info)) argument
212 #define ELF64_ST_BIND(info) ((info) >> 4) argument
213 #define ELF64_ST_TYPE(info) ((info) & 0xf) argument
Delf32.h148 #define ELF32_R_SYM(info) ((info) >> 8) argument
149 #define ELF32_R_TYPE(info) ((unsigned char)(info)) argument
177 #define ELF32_M_SYM(info) ((info)>>8) argument
178 #define ELF32_M_SIZE(info) ((unsigned char)(info)) argument
206 #define ELF32_ST_BIND(info) ((info) >> 4) argument
207 #define ELF32_ST_TYPE(info) ((info) & 0xf) argument
/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
DeeData.h24 uint32_t info; member
/device/generic/goldfish/camera/
DEmulatedBaseCamera.cpp58 status_t EmulatedBaseCamera::getCameraInfo(struct camera_info* info) in getCameraInfo()
DEmulatedCameraFactory.cpp236 int EmulatedCameraFactory::getCameraInfo(int camera_id, struct camera_info* info) in getCameraInfo()
302 struct camera_info* info) in get_camera_info()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dlog.py39 def info(self, msg, *args): member in Log
54 info = _global_log.info variable
/device/linaro/bootloader/arm-trusted-firmware/lib/locks/bakery/
Dbakery_lock_normal.c65 #define bakery_is_choosing(info) (info & 0x1) argument
66 #define bakery_ticket_number(info) ((info >> 1) & 0x7FFF) argument
/device/google/contexthub/firmware/os/platform/stm32/
DeeData.c35 uint32_t info = *p++; in eeFind() local
115 uint32_t sz, effectiveSz, info = name + len * (EE_DATA_NAME_MAX + 1); in eeDataSet() local
/device/generic/goldfish-opengl/system/egl/
Dgoldfish_sync.h51 struct goldfish_sync_ioctl_info info; in goldfish_sync_queue_work() local
/device/linaro/bootloader/arm-trusted-firmware/drivers/io/
Dio_block.c146 struct block_info *info = (struct block_info *)(dev_info->info); in block_open() local
269 struct block_info *info = (struct block_info *)(dev_info->info); in blk_dev_init() local
/device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
Dsubr_prf.c146 struct snprintf_arg info; in vsnprintf() local
160 struct snprintf_arg *const info = arg; in snprintf_func() local
175 struct snprintf_arg info; in vsnrprintf() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dpatchcheck.py16 def status(message, modal=False, info=None): argument
/device/linaro/bootloader/arm-trusted-firmware/tools/fip_create/
Dfip_create.h48 struct file_info *info; member

12345