/hardware/ti/wlan/wl1271/TWD/FirmwareApi/ |
D | public_host_int.h | 111 #define RX_DESC_GET_MEM_BLK(desc) ( (desc & 0x000000FF) >> 0 ) /* The first mem-block … argument 112 #define RX_DESC_GET_LENGTH(desc) ( (desc & 0x000FFF00) >> 8 ) /* The length of the pa… argument 113 #define RX_DESC_GET_UNALIGNED(desc) ( (desc & 0x00100000) >> 20 ) /* If set, the payload … argument 114 #define RX_DESC_GET_PACKET_CLASS_TAG(desc) ( (desc & 0xFF000000) >> 24 ) /* Get the RX packet cl… argument 118 #define RX_DESC_SET_MEM_BLK(desc, value) ( desc = (desc & ~0x000000FF) | (value << 0 ) ) argument 119 #define RX_DESC_SET_LENGTH(desc, value) ( desc = (desc & ~0x000FFF00) | (value << 8 ) ) argument 120 #define RX_DESC_SET_UNALIGNED(desc, value) ( desc = (desc & ~0x00100000) | (value << 20 ) ) argument
|
/hardware/ti/omap4xxx/test/CameraHal/ |
D | camera_test.h | 107 const char *desc; member 112 const char *desc; member 117 const char *desc; member 127 const char *desc; member 132 const char *desc; member 137 const char *desc; member
|
/hardware/libhardware_legacy/audio/ |
D | AudioPolicyManagerBase.cpp | 655 AudioOutputDescriptor *desc = mOutputs.valueAt(i); in startOutput() local 732 AudioOutputDescriptor *desc = mOutputs.valueAt(i); in stopOutput() local 1007 audio_io_handle_t AudioPolicyManagerBase::getOutputForEffect(effect_descriptor_t *desc) in getOutputForEffect() 1017 AudioOutputDescriptor *desc = mOutputs.valueFor(dstOutputs[i]); in getOutputForEffect() local 1025 status_t AudioPolicyManagerBase::registerEffect(effect_descriptor_t *desc, in registerEffect() 1524 AudioOutputDescriptor *desc; in checkOutputsForDevice() local 1806 AudioOutputDescriptor *desc = mOutputs.valueFor(srcOutputs[i]); in checkOutputForStrategy() local 1817 AudioOutputDescriptor *desc = mOutputs.valueFor(dstOutputs[i]); in checkOutputForStrategy() local 1824 EffectDescriptor *desc = mEffects.valueAt(i); in checkOutputForStrategy() local 2247 AudioOutputDescriptor *desc = mOutputs.valueAt(j); in checkDeviceMuteStrategies() local
|
D | audio_policy_hal.cpp | 269 struct effect_descriptor_s *desc) in ap_get_output_for_effect() 276 struct effect_descriptor_s *desc, in ap_register_effect()
|
/hardware/ti/omap4xxx/camera/ |
D | CameraHal.cpp | 1432 CameraAdapter::BuffersDescriptor desc; in startPreview() local 1690 CameraAdapter::BuffersDescriptor desc; in setPreviewWindow() local 2345 CameraAdapter::BuffersDescriptor desc; in startImageBracketing() local 2472 CameraAdapter::BuffersDescriptor desc; in takePicture() local
|
D | BaseCameraAdapter.cpp | 331 BuffersDescriptor *desc = NULL; in sendCommand() local
|
/hardware/libhardware/modules/audio/ |
D | audio_policy.c | 196 struct effect_descriptor_s *desc) in ap_get_output_for_effect() 202 struct effect_descriptor_s *desc, in ap_register_effect()
|
/hardware/ti/wlan/wl1271/TWD/FW_Transfer/ |
D | RxXfer.c | 71 #define SLV_MEM_CP_VALUE(desc, offset) (((RX_DESC_GET_MEM_BLK(desc) << 8) + offset)) argument 72 #define ALIGNMENT_SIZE(desc) ((RX_DESC_GET_UNALIGNED(desc) & UNALIGNED_PAYLOAD) ? 2 : 0) argument
|
/hardware/msm7k/libcamera/ |
D | QualcommCameraHardware.cpp | 1364 #define PARSE_LOCATION(what,type,fmt,desc) do { \ in receivePostLpmRawPicture() argument 1505 const char *const desc; member
|
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/ |
D | console.c | 866 const PS8 desc ) /* Optional dir description */ in Console_AddDirExt()
|
/hardware/msm7k/libaudio/ |
D | AudioHardware.cpp | 114 #define CHECK_FOR(desc) \ in AudioHardware() argument
|
/hardware/broadcom/wlan/bcm4329/dhdutil/include/ |
D | wlioctl.h | 2521 wl_p2p_sched_desc_t desc[1]; member
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | wlioctl.h | 2521 wl_p2p_sched_desc_t desc[1]; member
|