Searched refs:say (Results 1 – 8 of 8) sorted by relevance
/hardware/st/secure_element2/secure_element/1.0/esehal/src/ |
D | log.h | 39 # define err(fmt, ...) say(ctx, LOG_ERR fmt, ## __VA_ARGS__) 40 # define warn(fmt, ...) say(ctx, LOG_WARN fmt, ## __VA_ARGS__) 41 # define notice(fmt, ...) say(ctx, LOG_NOTICE fmt, ## __VA_ARGS__) 42 # define info(fmt, ...) say(ctx, LOG_INFO fmt, ## __VA_ARGS__) 44 # define dbg(fmt, ...) say(ctx, LOG_DEBUG fmt, ## __VA_ARGS__) 53 say(struct se_gto_ctx *ctx, const char *fmt, ...) { in say() function
|
/hardware/interfaces/oemlock/1.0/ |
D | IOemLock.hal | 21 * Both the carrier and the device itself have a say as to whether OEM unlock is
|
/hardware/interfaces/power/1.0/ |
D | types.hal | 152 * All the voters have to say yes or all the system conditions need to be
|
/hardware/interfaces/contexthub/1.0/ |
D | types.hal | 93 // definition may be different from say the
|
/hardware/interfaces/neuralnetworks/utils/ |
D | README.md | 4 object if the conversion succeeds. For example, let's say that an enumeration in the current version
|
/hardware/interfaces/graphics/common/1.1/ |
D | types.hal | 241 * changes. That is to say that when a render intent maps color C to color C',
|
/hardware/interfaces/graphics/composer/2.4/ |
D | IComposerClient.hal | 90 * metadata may affect the composition result, which is to say that it
|
/hardware/interfaces/camera/device/3.4/ |
D | types.hal | 226 * whether it comes from hwbinder or FMQ. When the below specifications say that
|