Searched refs:device_id (Results 1 - 25 of 28) sorted by relevance

12

/hardware/libhardware/include/hardware/
H A Dtv_input.h84 int device_id; member in struct:tv_input_device_info
192 int device_id; member in struct:tv_input_capture_result
220 * TV_INPUT_EVENT_DEVICE_UNAVAILABLE: only device_id is relevant
221 * TV_INPUT_EVENT_STREAM_CONFIGURATIONS_CHANGED: only device_id is
336 int device_id, int* num_configurations,
347 * -EINVAL if device_id and/or stream_id are invalid; other non-zero value
350 int (*open_stream)(struct tv_input_device* dev, int device_id,
360 * device_id and/or stream_id are invalid.
362 int (*close_stream)(struct tv_input_device* dev, int device_id,
382 * device_id an
[all...]
/hardware/samsung_slsi/exynos5/libsecurepath/
H A Dtlc_communication.cpp32 mcRet = mcOpenDevice(comm_ctx->device_id);
40 mcRet = mcMallocWsm(comm_ctx->device_id, 0, sizeof(tciMessage_t), (uint8_t **)&(comm_ctx->tci_msg), 0);
51 comm_ctx->handle.deviceId = comm_ctx->device_id; // The device ID (default device is used)
75 mcRet = mcFreeWsm((comm_ctx->device_id), (uint8_t *)(comm_ctx->tci_msg));
93 mcRet = mcCloseDevice(comm_ctx->device_id);
H A Dtlc_communication.h27 uint32_t device_id; member in struct:__anon2789
H A Dcontent_protect.cpp32 cp_ctx.device_id = MC_DEVICE_ID_DEFAULT;
/hardware/intel/img/psb_headers/DRM/cc54/inc/
H A Dwv_fkp.h46 uint8_t device_id[KEYBOX_DEVID_SIZE]; // 32 bytes member in struct:wv_keybox
H A Dwv_drm_api.h116 uint8_t *device_id,
/hardware/intel/img/libdrm/shared-core/
H A Dxgi_drm.h35 __u16 device_id; member in struct:drm_xgi_sarea
/hardware/qcom/audio/post_proc/
H A Deffect_api.h20 int offload_update_mixer_and_effects_ctl(int card, int device_id,
H A Deffect_api.c54 int offload_update_mixer_and_effects_ctl(int card, int device_id, argument
61 "%s %d", "Audio Effects Config", device_id);
/hardware/qcom/audio/hal/msm8960/
H A Dplatform.c400 int device_id; local
402 device_id = pcm_device_table[usecase][0];
404 device_id = pcm_device_table[usecase][1];
405 return device_id;
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_audio.h335 uint32_t device_id; member in struct:msm_acdb_cmd_device
H A Dmsm_kgsl.h140 unsigned int device_id; member in struct:kgsl_devinfo
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_audio.h357 uint32_t device_id; member in struct:msm_acdb_cmd_device
H A Dmsm_kgsl.h145 unsigned int device_id; member in struct:kgsl_devinfo
/hardware/qcom/msm8x27/kernel-headers/linux/
H A Dmsm_kgsl.h117 unsigned int device_id; member in struct:kgsl_devinfo
/hardware/qcom/msm8x27/original-kernel-headers/linux/
H A Dmsm_kgsl.h111 unsigned int device_id; member in struct:kgsl_devinfo
/hardware/qcom/audio/hal/msm8974/
H A Dplatform.c840 int device_id; local
842 device_id = pcm_device_table[usecase][0];
844 device_id = pcm_device_table[usecase][1];
845 return device_id;
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dmsm_audio.h374 uint32_t device_id; member in struct:msm_acdb_cmd_device
H A Dmsm_kgsl.h140 unsigned int device_id; member in struct:kgsl_devinfo
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dmsm_audio.h406 uint32_t device_id; member in struct:msm_acdb_cmd_device
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dmsm_audio.h374 uint32_t device_id; member in struct:msm_acdb_cmd_device
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dmsm_audio.h406 uint32_t device_id; member in struct:msm_acdb_cmd_device
/hardware/qcom/audio/hal/
H A Daudio_hw.c711 ALOGV("%s: Opening PCM device card_id(%d) device_id(%d), channels %d",
1048 ALOGV("%s: Opening PCM device card_id(%d) device_id(%d) format(%#x)",
2520 int device_id; local
2533 device_id = platform_get_pcm_device_id(audio_usecase, usecase_type);
2534 if (device_id < 0)
2561 *pparams = pcm_params_get(card_id, device_id, flags_dir);
2565 dir ? "input" : "output", card_id, device_id);
2569 ALOGV("%s: cannot locate card %d device %d", __func__, card_id, device_id);
/hardware/qcom/msm8x26/kernel-headers/linux/
H A Dmsm_kgsl.h169 unsigned int device_id; member in struct:kgsl_devinfo
/hardware/qcom/msm8x26/original-kernel-headers/linux/
H A Dmsm_kgsl.h209 unsigned int device_id; member in struct:kgsl_devinfo

Completed in 1122 milliseconds

12