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

/hardware/broadcom/wlan/bcm4329/dhdutil/include/
H A Dminiopt.h51 char key[MINIOPT_MAXKEY]; member in struct:miniopt
H A Dwlioctl.h586 uint8 key[WSEC_MAX_PSK_LEN]; member in struct:__anon33
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dminiopt.h51 char key[MINIOPT_MAXKEY]; member in struct:miniopt
H A Dwlioctl.h586 uint8 key[WSEC_MAX_PSK_LEN]; member in struct:__anon92
/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/invensense/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;
363 config.key = MPU_SLAVE_CONFIG_ODR_SUSPEND;
377 config.key = MPU_SLAVE_CONFIG_ODR_RESUME;
387 config.key = MPU_SLAVE_CONFIG_IRQ_SUSPEND;
398 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
H A DdmpKey.h219 unsigned short key; member in struct:__anon122
/hardware/msm7k/libaudio/
H A DAudioHardware.cpp285 String8 key; local
295 key = String8(BT_NREC_KEY);
296 if (param.get(key, value) == NO_ERROR) {
305 key = String8(BT_NAME_KEY);
306 if (param.get(key, value) == NO_ERROR) {
831 String8 key = String8(AudioParameter::keyRouting); local
836 if (param.getInt(key, device) == NO_ERROR) {
840 param.remove(key);
853 String8 key = String8(AudioParameter::keyRouting); local
855 if (param.get(key, valu
1093 String8 key = String8(AudioParameter::keyRouting); local
1119 String8 key = String8(AudioParameter::keyRouting); local
[all...]
/hardware/invensense/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/broadcom/wlan/bcm4329/dhdutil/
H A Dbcmutils.c1410 bcm_parse_tlvs(void *buf, int buflen, uint key) argument
1423 if ((elt->id == key) && (totlen >= (len + 2)))
1437 * than the target key.
1440 bcm_parse_ordered_tlvs(void *buf, int buflen, uint key) argument
1453 /* Punt if we start seeing IDs > than target key */
1454 if (id > key)
1458 if ((id == key) && (totlen >= (len + 2)))
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c1410 bcm_parse_tlvs(void *buf, int buflen, uint key) argument
1423 if ((elt->id == key) && (totlen >= (len + 2)))
1437 * than the target key.
1440 bcm_parse_ordered_tlvs(void *buf, int buflen, uint key) argument
1453 /* Punt if we start seeing IDs > than target key */
1454 if (id > key)
1458 if ((id == key) && (totlen >= (len + 2)))
/hardware/msm7k/libaudio-qsd8k/
H A DAudioHardware.cpp383 String8 key; local
396 key = String8(HAC_KEY);
397 if (param.get(key, value) == NO_ERROR) {
408 key = String8(BT_NREC_KEY);
409 if (param.get(key, value) == NO_ERROR) {
418 key = String8(BT_NAME_KEY);
419 if (param.get(key, value) == NO_ERROR) {
436 key = String8("noise_suppression");
437 if (param.get(key, value) == NO_ERROR) {
484 key
514 String8 key; local
1727 String8 key = String8(AudioParameter::keyRouting); local
1749 String8 key = String8(AudioParameter::keyRouting); local
1972 String8 key = String8(AudioParameter::keyInputSource); local
2008 String8 key = String8(AudioParameter::keyRouting); local
[all...]
/hardware/qcom/media/mm-video/vidc/vdec/test/
H A Domx_vdec_test.cpp2097 unsigned int key = 0; local
2111 /* for a regular RCV file, 3 bytes comprise the frame size and 1 byte for key*/
2115 readOffset = fread(&key, 1, 1, inputBufferFile);
2116 if ( (key & 0x80) == false)
2118 DEBUG_PRINT("Read_Buffer_From_RCV_File - Non IDR frame key %x\n", key);
/hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
H A Dbt_amp_hci.h96 uint8 key[1]; member in struct:phy_link_cmd_parms
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A Dbt_amp_hci.h96 uint8 key[1]; member in struct:phy_link_cmd_parms

Completed in 489 milliseconds