Searched defs:key (Results 1 - 25 of 34) sorted by relevance

12

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dminiopt.h51 char key[MINIOPT_MAXKEY]; member in struct:miniopt
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
H A Dstorage_manager.c36 unsigned int key; member in struct:data_header_t
62 * @param[in] key The key associated with your data type should be unique across MPL.
63 * The key should change when your type of data for storage changes.
67 inv_error_t (*save_func)(unsigned char *data), size_t size, unsigned int key)
72 if (key == ds.hd[kk].key) {
81 ds.hd[ds.num].key = key;
102 * Finds key i
66 inv_register_load_store(inv_error_t (load_func)const unsigned char *data), inv_error_t (*save_func)(unsigned char *data), size_t size, unsigned int key) argument
105 inv_find_entry(unsigned int key) argument
[all...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
H A Dinv_sysfs_utils.h47 const char *key; member in struct:inv_sysfs_names_s
H A Dml_sysfs_helper.c283 sprintf(key_path, "/sys/bus/iio/devices/iio:device%d/key", iio_dev_num);
285 sprintf(key_path, "%s%s", sysfs_path, "/device/invensense/mpu/key");
394 * @brief return sysfs key. if the key is not available
397 * @unsigned char *name: This should be array big enough to hold the key
401 inv_error_t inv_get_sysfs_key(unsigned char *key) argument
403 if (process_sysfs_request(CMD_GET_SYSFS_KEY, (char*)key) < 0)
/hardware/ti/wlan/mac80211/ti-utils/
H A Dmisc_cmds.c26 struct nlattr *key; local
50 key = nla_nest_start(msg, NL80211_ATTR_TESTDATA);
51 if (!key) {
58 nla_nest_end(msg, key);
88 struct nlattr *key;
94 key = nla_nest_start(msg, NL80211_ATTR_TESTDATA);
95 if (!key)
101 nla_nest_end(msg, key);
H A Dplt.c45 struct nlattr *key; local
62 key = nla_nest_start(msg, NL80211_ATTR_TESTDATA);
63 if (!key) {
71 nla_nest_end(msg, key);
87 struct nlattr *key; local
98 key = nla_nest_start(msg, NL80211_ATTR_TESTDATA);
99 if (!key) {
109 nla_nest_end(msg, key);
125 struct nlattr *key; local
137 key
218 struct nlattr *key; local
270 struct nlattr *key; local
309 struct nlattr *key; local
382 struct nlattr *key; local
412 struct nlattr *key; local
442 struct nlattr *key; local
472 struct nlattr *key; local
536 struct nlattr *key; local
[all...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dstorage_manager.c40 unsigned int key; member in struct:data_header_t
66 * @param[in] key The key associated with your data type should be unique across MPL.
67 * The key should change when your type of data for storage changes.
71 inv_error_t (*save_func)(unsigned char *data), size_t size, unsigned int key)
76 if (key == ds.hd[kk].key) {
85 ds.hd[ds.num].key = key;
106 * Finds key i
70 inv_register_load_store(inv_error_t (load_func)const unsigned char *data), inv_error_t (*save_func)(unsigned char *data), size_t size, unsigned int key) argument
109 inv_find_entry(unsigned int key) argument
[all...]
/hardware/qcom/audio/legacy/alsa_sound/
H A DALSAStreamOps.cpp191 String8 key = String8(AudioParameter::keyRouting); local
205 if (param.getInt(key, device) == NO_ERROR) {
220 param.remove(key);
224 key = String8(AudioParameter::keyHandleFm);
225 if (param.getInt(key, device) == NO_ERROR) {
231 param.remove(key);
243 String8 key = String8(AudioParameter::keyRouting); local
245 if (param.get(key, value) == NO_ERROR) {
246 param.addInt(key, (int)mDevices);
250 key
[all...]
H A DAudioHardwareALSA.cpp341 String8 key; local
349 key = String8(TTY_MODE_KEY);
350 if (param.get(key, value) == NO_ERROR) {
369 key = String8(FLUENCE_KEY);
370 if (param.get(key, value) == NO_ERROR) {
390 key = String8(INCALLMUSIC_KEY);
391 if (param.get(key, value) == NO_ERROR) {
411 key = String8(ANC_KEY);
412 if (param.get(key, value) == NO_ERROR) {
424 key
519 String8 key = String8(DUALMIC_KEY); local
[all...]
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/
H A Dml_sysfs_helper.c272 sprintf(key_path, "/sys/bus/iio/devices/iio:device%d/key", iio_dev_num);
274 sprintf(key_path, "%s%s", sysfs_path, "/device/invensense/mpu/key");
291 * @brief return sysfs key. if the key is not available
294 * @unsigned char *name: This should be array big enough to hold the key
298 inv_error_t inv_get_sysfs_key(unsigned char *key) argument
300 if (process_sysfs_request(CMD_GET_SYSFS_KEY, (char*)key) < 0)
/hardware/libhardware_legacy/audio/
H A DAudioHardwareGeneric.cpp273 String8 key = String8(AudioParameter::keyRouting); local
278 if (param.getInt(key, device) == NO_ERROR) {
280 param.remove(key);
293 String8 key = String8(AudioParameter::keyRouting); local
295 if (param.get(key, value) == NO_ERROR) {
296 param.addInt(key, (int)mDevice);
381 String8 key = String8(AudioParameter::keyRouting); local
386 if (param.getInt(key, device) == NO_ERROR) {
388 param.remove(key);
401 String8 key local
[all...]
H A DA2dpAudioInterface.cpp137 String8 key; local
142 key = "bluetooth_enabled";
143 if (param.get(key, value) == NO_ERROR) {
148 param.remove(key);
150 key = String8("A2dpSuspended");
151 if (param.get(key, value) == NO_ERROR) {
156 param.remove(key);
174 String8 key; local
176 key = "bluetooth_enabled";
177 if (param.get(key, valu
378 String8 key = String8("a2dp_sink_address"); local
420 String8 key = String8("a2dp_sink_address"); local
[all...]
/hardware/libhardware_legacy/qemu/
H A Dqemu.c159 char key[PROPERTY_KEY_MAX]; local
163 ret = snprintf(key, sizeof key, "ro.kernel.android.%s", name);
164 if (ret >= (int)sizeof key)
167 if (property_get(key, prop, "") == 0) {
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Mem.cpp536 buffer_handle_t *key = (buffer_handle_t*) object;
537 if (!key) {
541 if (mBufferHandle[i] == key) {
825 buffer_handle_t *key = (buffer_handle_t*) object; local
826 if (!key) {
830 if (mBufferHandle[i] == key) {
/hardware/samsung_slsi/exynos5/libkeymaster/
H A Dkeymaster_mobicore.cpp101 ALOGE("Unsupported key type %d", key_type);
113 ALOGE("key size(%d) is not supported\n", rsa_params->modulus_size);
137 const uint8_t* key, const size_t key_length,
144 if (key == NULL) {
145 ALOGE("input key == NULL");
148 ALOGE("output key blob or length == NULL");
153 Unique_PKCS8_PRIV_KEY_INFO pkcs8(d2i_PKCS8_PRIV_KEY_INFO(NULL, &key, key_length));
167 /* change key format */
170 logOpenSSLError("get rsa key format");
185 ALOGE("key siz
136 exynos_km_import_keypair(const keymaster_device_t* dev, const uint8_t* key, const size_t key_length, uint8_t** key_blob, size_t* key_blob_length) argument
[all...]
/hardware/ti/omap4xxx/security/tf_crypto_sst/
H A Dlib_object.c60 key; member in struct:LIB_OBJECT_NODE
87 nKey1 == pNode->key.nHandle;
92 &pNode->key.sStorageName,
97 uint32_t nLength2 = pNode->key.f.nFilenameLength;
103 &pNode->key.f.sFilename,
178 pNew->key.nHandle = 1;
188 if (pLast->key.nHandle == LIB_OBJECT_HANDLE16_MAX)
194 pNew->key.nHandle = pLast->key.nHandle + 1;
208 if (pNode->key
[all...]
/hardware/invensense/60xx/mlsdk/mllite/
H A Dmldl.c88 unsigned short (*sGetAddress) (unsigned short key) = NULL;
100 void inv_set_get_address(unsigned short (*func) (unsigned short key)) argument
111 * DMP code basing on the fact that the key is assigned a
113 * @param key the DMP key
114 * @return whether the feature associated with the key is supported
117 uint_fast8_t inv_dmpkey_supported(unsigned short key) argument
126 memAddr = sGetAddress(key);
128 MPL_LOGV("inv_set_mpu_memory unsupported key\n");
138 * MPU memory location specified by the key
152 inv_get_mpu_memory_original(unsigned short key, unsigned short length, unsigned char *buffer) argument
172 inv_dl_get_address(unsigned short key) argument
822 inv_get_mpu_memory(unsigned short key, unsigned short length, unsigned char *buffer) argument
879 inv_set_mpu_memory(unsigned short key, unsigned short length, const unsigned char *buffer) argument
[all...]
H A DdmpDefault.c305 static unsigned short inv_setup_dmpGetAddress(unsigned short key) argument
312 keys[ kk ].key = kk;
315 keys[ dmpTConfig[kk].key ].addr = dmpTConfig[kk].addr;
319 if ( key >= NUM_KEYS )
321 return keys[ key ].addr;
364 config.key = MPU_SLAVE_CONFIG_ODR_SUSPEND;
378 config.key = MPU_SLAVE_CONFIG_ODR_RESUME;
388 config.key = MPU_SLAVE_CONFIG_IRQ_SUSPEND;
399 config.key = MPU_SLAVE_CONFIG_IRQ_RESUME;
H A DmlFIFO.c230 unsigned short key,
251 result = inv_set_mpu_memory(key, 4, regs);
1989 config.key = MPU_SLAVE_CONFIG_ODR_RESUME;
226 inv_construct3_fifo(unsigned char *regs, uint_fast16_t elements, uint_fast16_t accuracy, uint_fast8_t refOffset, unsigned short key, uint_fast8_t configOffset) argument
/hardware/qcom/keymaster/
H A Dkeymaster_qcom.cpp108 ALOGE("Output public key buffer == NULL");
113 ALOGE("Supplied key blob was NULL");
119 ALOGE("key blob appears to be truncated");
124 ALOGE("Cannot read key; it was not made by this keymaster");
174 UniquePtr<uint8_t> key(static_cast<uint8_t*>(malloc(len)));
175 if (key.get() == NULL) {
176 ALOGE("Could not allocate memory for public key data");
180 unsigned char* tmp = reinterpret_cast<unsigned char*>(key.get());
186 *x509_data = key.release();
324 ALOGE("Unsupported key typ
383 qcom_km_import_keypair(const keymaster_device_t* dev, const uint8_t* key, const size_t key_length, uint8_t** keyBlob, size_t* keyBlobLength) argument
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A Deapol.h81 unsigned char key[1]; /* Key (optional) */ member in struct:__anon36
181 uint8 key[EAPOL_WPA_MAX_KEY_SIZE]; member in struct:__anon40
/hardware/invensense/60xx/libsensors_iio/
H A DMPLSensor.h286 char *key; member in struct:MPLSensor::sysfs_attrbs
/hardware/invensense/60xx/mlsdk/platform/include/linux/
H A Dmpu.h101 * @key one of enum ext_slave_config_key
111 int key; member in struct:ext_slave_config
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_ucm.c3378 char *p, key[] = "0123456789", *temp_ptr; local
3380 p = strpbrk(buf, key);
3428 char key[] = "0123456789"; local
3433 p = strpbrk(buf, key);
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.h436 char *key; member in struct:MPLSensor::sysfs_attrbs

Completed in 524 milliseconds

12