Searched refs:param (Results 1 - 25 of 33) sorted by relevance

12

/system/keymaster/include/keymaster/
H A Dkeymaster_defs.h405 keymaster_key_param_t param; local
406 memset(&param, 0, sizeof(param));
407 param.tag = tag;
408 param.enumerated = value;
409 return param;
414 keymaster_key_param_t param; local
415 memset(&param, 0, sizeof(param));
416 param
423 keymaster_key_param_t param; local
433 keymaster_key_param_t param; local
443 keymaster_key_param_t param; local
452 keymaster_key_param_t param; local
459 keymaster_free_param_values(keymaster_key_param_t* param, size_t param_count) argument
[all...]
/system/keymaster/
H A Dgoogle_keymaster_test_utils.cpp19 std::ostream& operator<<(std::ostream& os, const keymaster_key_param_t& param) { argument
20 os << "Tag: " << keymaster_tag_mask_type(param.tag);
21 switch (keymaster_tag_get_type(param.tag)) {
29 os << " Int: " << param.integer;
35 os << " Enum: " << param.enumerated;
38 os << " Long: " << param.long_integer;
41 os << " Date: " << param.date_time;
44 os << " Bool: " << param.boolean;
H A Dauthorization_set.cpp221 static size_t serialized_size(const keymaster_key_param_t& param) { argument
222 switch (keymaster_tag_get_type(param.tag)) {
243 static uint8_t* serialize(const keymaster_key_param_t& param, uint8_t* buf, const uint8_t* end, argument
245 buf = append_uint32_to_buf(buf, end, param.tag);
246 switch (keymaster_tag_get_type(param.tag)) {
251 buf = append_uint32_to_buf(buf, end, param.enumerated);
255 buf = append_uint32_to_buf(buf, end, param.integer);
258 buf = append_uint64_to_buf(buf, end, param.long_integer);
261 buf = append_uint64_to_buf(buf, end, param.date_time);
265 *buf = static_cast<uint8_t>(param
277 deserialize(keymaster_key_param_t* param, const uint8_t** buf_ptr, const uint8_t* end, const uint8_t* indirect_base, const uint8_t* indirect_end) argument
[all...]
H A Dgoogle_keymaster_test_utils.h32 std::ostream& operator<<(std::ostream& os, const keymaster_key_param_t& param);
/system/core/logd/
H A Dmain.cpp68 struct sched_param param; local
69 memset(&param, 0, sizeof(param));
71 if (sched_setscheduler((pid_t) 0, SCHED_BATCH, &param) < 0) {
/system/core/libpixelflinger/
H A Dpixelflinger.cpp334 GGLint param)
341 switch (param) {
347 if (c->activeTMU->env != param) {
348 c->activeTMU->env = param;
391 GGLint param)
399 if (param == GGL_CLAMP_TO_EDGE)
400 param = GGL_CLAMP;
405 if ((param == GGL_CLAMP) ||
406 (param == GGL_REPEAT)) {
411 if ((param
332 ggl_texEnvi(void* con, GGLenum target, GGLenum pname, GGLint param) argument
388 ggl_texParameteri(void* con, GGLenum target, GGLenum pname, GGLint param) argument
477 ggl_texGeni(void* con, GGLenum coord, GGLenum pname, GGLint param) argument
[all...]
/system/core/toolbox/upstream-netbsd/bin/rmdir/
H A Drmdir.c46 #include <sys/param.h>
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
H A Dqueue.c41 #include <sys/param.h>
H A Dfile.c40 #include <sys/param.h>
/system/core/toolbox/
H A Dinsmod.c7 #include <sys/param.h>
H A Dvmstat.c35 #include <sys/param.h>
/system/core/libcutils/
H A Dsched_policy.c298 struct sched_param param; local
300 param.sched_priority = 0;
304 &param);
/system/core/include/pixelflinger/
H A Dpixelflinger.h253 GGLint param);
261 GGLint param);
273 void (*texGeni)(void* c, GGLenum coord, GGLenum pname, GGLint param);
/system/core/toolbox/upstream-netbsd/bin/ln/
H A Dln.c46 #include <sys/param.h>
/system/extras/f2fs_utils/
H A Df2fs_ioutils.c37 #include <sys/param.h>
/system/core/include/system/
H A Daudio.h1358 char param[kSize]; local
1361 snprintf(param, kSize, "%s=%s", "a2dp_sink_address", address);
1363 snprintf(param, kSize, "%s=%s", "mix", address);
1365 snprintf(param, kSize, "%s", address);
1367 return strdup(param);
/system/core/adb/
H A Dsysdeps_win32.c1489 WaitForAllParam* const param = (WaitForAllParam*)arg; local
1493 wait_on[0] = param->main_event;
1495 memcpy(wait_on + 1, param->handles, param->handles_count * sizeof(HANDLE));
1497 res = WaitForMultipleObjects(param->handles_count + 1, wait_on, FALSE, INFINITE);
1498 if (res > 0 && res < (param->handles_count + 1)) {
1501 InterlockedCompareExchange(param->signaled_index,
1502 res - 1L + param->first_handle_index, -1L);
1506 SetEvent(param->main_event);
1539 /* Calculate number of chunks, and allocate thread param arra
[all...]
/system/extras/tests/iptables/qtaguid/
H A DsocketTag.cpp81 int writeModuleParam(const char *param, const char *data) { argument
86 filename += param;
89 testPrintE("qtaguid param open failed: %s", strerror(errno));
94 testPrintE("qtaguid param write failed: %s", strerror(errno));
/system/core/toolbox/upstream-netbsd/bin/cat/
H A Dcat.c51 #include <sys/param.h>
/system/core/toolbox/upstream-netbsd/bin/dd/
H A Dconv.c45 #include <sys/param.h>
H A Dmisc.c45 #include <sys/param.h>
/system/core/toolbox/upstream-netbsd/bin/mv/
H A Dmv.c49 #include <sys/param.h>
/system/core/toolbox/upstream-netbsd/usr.bin/du/
H A Ddu.c49 #include <sys/param.h>
/system/core/lmkd/
H A Dlmkd.c822 struct sched_param param = { local
827 sched_setscheduler(0, SCHED_FIFO, &param);
/system/core/toolbox/upstream-netbsd/bin/cp/
H A Dcp.c65 #include <sys/param.h>

Completed in 503 milliseconds

12