/device/google/contexthub/firmware/src/ |
D | printf.c | 22 static uint32_t StrPrvPrintfEx_number(printf_write_c putc_, void* userData, uint64_t number, bool b… in StrPrvPrintfEx_number() argument 39 if (((int64_t)number) < 0) { in StrPrvPrintfEx_number() 42 number = -number; in StrPrvPrintfEx_number() 48 uint64_t t = U64_DIV_BY_CONST_U16(number, 10); in StrPrvPrintfEx_number() 49 chr = (number - t * 10) + '0'; in StrPrvPrintfEx_number() 50 number = t; in StrPrvPrintfEx_number() 53 chr = number & 0x0F; in StrPrvPrintfEx_number() 54 number >>= 4; in StrPrvPrintfEx_number() 62 } while (number); in StrPrvPrintfEx_number()
|
/device/generic/goldfish/opengl/system/renderControl_enc/ |
D | README | 10 This function queries the host renderer version number. 19 is the negative number of bytes required to store the string value 24 queries the host for the number of supported EGL configs. 25 The function returns the number of supported configs and returns in 26 numAttribs the number of attributes available for each config. 34 rcGetNumConfigs. if bufSize is not big enough then the negative number 35 of required bytes is returned otherwise the function returns the number 49 returns - the actual number of matching configurations (<= configs_size)
|
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
D | ColorLEDController.java | 57 public ColorLEDController(DemoKitActivity activity, int number, in ColorLEDController() argument 60 mLEDNumber = number; in ColorLEDController()
|
/device/lge/bullhead/wifi/ |
D | WCNSS_qcom_cfg.ini | 425 #Enable Scan Results Aging based on number of scans 489 # Maximum number of wow filters required 526 #Maximum number of offload peers supported 541 # Bus bandwidth threshold values in terms of number of packets 552 # Maximum number of concurrent connections 560 # Perform PNO fast scan this many number of times
|
/device/google/contexthub/firmware/src/platform/stm32f4xx/ |
D | gpio.c | 61 struct Gpio* gpioRequest(uint32_t number) in gpioRequest() argument 63 return (struct Gpio*)(((uintptr_t)number) + GPIO_HANDLE_OFFSET); in gpioRequest()
|
/device/htc/flounder/audio/soundtrigger/ |
D | sound_trigger_hw.c | 84 size_t number; member 166 cmd.number = len / sizeof(int); in vad_load_sound_model() 226 cmd.number = FLOUNDER_STREAMING_BUFFER_SIZE / sizeof(int); in fetch_streaming_buffer()
|
/device/sample/sdk_addon/ |
D | manifest.ini | 7 # and only the add-on with the highest rev number will be installed.
|
/device/huawei/angler/ |
D | bcmdhd-pme.cal | 202 # --- number of rows in the array vars below ---
|
D | bcmdhd-high.cal | 220 # --- number of rows in the array vars below ---
|
D | bcmdhd-low.cal | 220 # --- number of rows in the array vars below ---
|
D | bcmdhd.cal | 220 # --- number of rows in the array vars below ---
|
/device/asus/fugu/ |
D | init.fugu.usb.rc | 20 # set usb serial number
|
/device/htc/flounder/sensor_hub/libsensors/ |
D | CwMcuSensor.cpp | 110 int number, numstrlen; in find_type_by_name() local 134 "%d", &number); in find_type_by_name() 146 iio_dir, type, number); in find_type_by_name() 164 return number; in find_type_by_name()
|
/device/google/dragon/audio/soundtrigger/ |
D | sound_trigger_hw.c | 81 size_t number; member
|
/device/moto/shamu/self-extractors/moto/ |
D | LICENSE | 45 purposes only of a reasonable number of copies of the Authorized
|
/device/google/dragon/self-extractors/google_devices/ |
D | LICENSE | 45 purposes only of a reasonable number of copies of the Authorized
|
/device/huawei/angler/self-extractors/huawei/ |
D | LICENSE | 45 purposes only of a reasonable number of copies of the Authorized
|
/device/huawei/angler/self-extractors/qcom/ |
D | LICENSE | 45 purposes only of a reasonable number of copies of the Authorized
|
/device/moto/shamu/self-extractors/qcom/ |
D | LICENSE | 45 purposes only of a reasonable number of copies of the Authorized
|
/device/asus/fugu/self-extractors/asus/ |
D | LICENSE | 45 purposes only of a reasonable number of copies of the Authorized
|
/device/lge/bullhead/self-extractors/lge/ |
D | LICENSE | 45 purposes only of a reasonable number of copies of the Authorized
|
/device/google/dragon/self-extractors/nvidia/ |
D | LICENSE | 45 purposes only of a reasonable number of copies of the Authorized
|
/device/htc/flounder/self-extractors/htc/ |
D | LICENSE | 45 purposes only of a reasonable number of copies of the Authorized
|
/device/lge/bullhead/self-extractors/qcom/ |
D | LICENSE | 45 purposes only of a reasonable number of copies of the Authorized
|