Searched refs:boolean (Results 1 – 8 of 8) sorted by relevance
/device/google/dragon/audio/hal/ |
D | cras_expr.c | 21 static void value_set_boolean(struct cras_expr_value *value, char boolean) in value_set_boolean() argument 25 value->u.boolean = !!boolean; in value_set_boolean() 65 value->u.boolean = original->u.boolean; in copy_value() 141 !value->u.boolean); in function_not() 163 !value->u.boolean) { in function_and() 183 value->u.boolean) { in function_or() 211 if (prev->u.boolean != value->u.boolean) in function_equal_real() 266 const char *name, char boolean) in cras_expr_env_set_variable_boolean() argument 269 value_set_boolean(value, boolean); in cras_expr_env_set_variable_boolean() 304 static struct cras_expr_expression *new_boolean_literal(char boolean) in new_boolean_literal() argument [all …]
|
D | cras_expr.h | 32 char boolean; member 76 const char *name, char boolean); 88 struct cras_expr_env *env, char *boolean);
|
/device/google/accessory/arduino/USB_Host_Shield/ |
D | Max3421e.h | 49 boolean reset(); 50 boolean vbusPwr ( boolean );
|
D | Max3421e.cpp | 196 boolean MAX3421E::reset() in reset() 215 boolean MAX3421E::vbusPwr ( boolean action ) in vbusPwr()
|
D | Usb.cpp | 88 boolean direction = false; //request direction, IN or OUT in ctrlReq() 125 byte USB::ctrlStatus( byte ep, boolean direction, unsigned int nak_limit ) in ctrlStatus() 137 byte USB::ctrlData( byte addr, byte ep, unsigned int nbytes, char* dataptr, boolean direction, unsi… in ctrlData()
|
D | Usb.h | 149 …byte ctrlData( byte addr, byte ep, unsigned int nbytes, char* dataptr, boolean direction, unsigned… 150 byte ctrlStatus( byte ep, boolean direction, unsigned int nak_limit = USB_NAK_LIMIT );
|
/device/generic/goldfish/camera/fake-pipeline2/ |
D | JpegCompressor.h | 102 static boolean jpegEmptyOutputBuffer(j_compress_ptr cinfo);
|
D | JpegCompressor.cpp | 272 boolean JpegCompressor::jpegEmptyOutputBuffer(j_compress_ptr cinfo) { in jpegEmptyOutputBuffer()
|