Searched refs:Data (Results 1 - 9 of 9) sorted by relevance

/hardware/qcom/display/liboverlay/
H A DoverlayCtrlData.h99 class Data : utils::NoCopy { class in namespace:overlay
102 explicit Data();
105 ~Data();
130 /* This class just creates a Ctrl Data pair to be used by a pipe.
132 * need to use the Ctrl channel in hwc_prepare (i.e config stage) and Data
137 Data data;
188 inline Data::Data() { function in class:overlay::Data
192 inline Data::~Data() { clos
[all...]
/hardware/ti/wlan/wl1271/CUDK/configurationutility/inc/
H A Dcu_common.h44 U8 snr; /* The current average SNR in db - For Data Packets*/
46 S8 rssi; /* The current average RSSI - For Data Packets*/
55 S32 CuCommon_SetU32(THandle hCuCommon, U32 PrivateIoctlId, U32 Data);
57 S32 CuCommon_SetU16(THandle hCuCommon, U32 PrivateIoctlId, U16 Data);
58 S32 CuCommon_SetU8(THandle hCuCommon, U32 PrivateIoctlId, U8 Data);
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
H A DJPEGTest.c117 int GetYUVformat(uchar * Data) argument
126 Nf = Data[7];
136 H[j] = (0x0f & (Data[temp_index] >> 4));
137 V[j] = (0x0f & Data[temp_index]);
220 uchar * Data = NULL; local
235 if ( Data != NULL ) {
236 free(Data);
237 Data=NULL;
262 Data = (uchar *)malloc(itemlen);
263 if ( Data
[all...]
/hardware/ti/wlan/wl1271/platforms/os/common/inc/
H A DosApi.h70 TI_UINT8* Data; member in struct:__anon2749
619 * \param Data - Pointer to output read data
627 void os_hwReadMemRegisterUINT32 (TI_HANDLE OsContext, TI_UINT32* Register, TI_UINT32* Data);
633 * \param Data - Data to write to register
641 void os_hwWriteMemRegisterUINT32 (TI_HANDLE OsContext, TI_UINT32* Register, TI_UINT32 Data);
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
H A Dcu_common.c100 S32 CuCommon_SetU32(THandle hCuCommon, U32 PrivateIoctlId, U32 Data) argument
105 res = IPC_STA_Private_Send(pCuCommon->hIpcSta, PrivateIoctlId, &Data, sizeof(U32),
128 S32 CuCommon_SetU16(THandle hCuCommon, U32 PrivateIoctlId, U16 Data) argument
133 res = IPC_STA_Private_Send(pCuCommon->hIpcSta, PrivateIoctlId, &Data, sizeof(U16),
142 S32 CuCommon_SetU8(THandle hCuCommon, U32 PrivateIoctlId, U8 Data) argument
147 res = IPC_STA_Private_Send(pCuCommon->hIpcSta, PrivateIoctlId, &Data, sizeof(U8),
/hardware/ti/omap3/dspbridge/inc/
H A Dqosregistry.h129 char Data[]; member in struct:QOSDATA
/hardware/ti/omap3/dspbridge/libbridge/inc/
H A Dqosregistry.h123 char Data[]; member in struct:QOSDATA
/hardware/ti/wlan/wl1271/TWD/TWDriver/
H A DTWDriver.h47 /** @defgroup Data_Path Data Path group
48 * \brief The Data Path group includes the list of functions which perform the TWD Data Path
367 #define TX_PKT_TYPE_ETHER 3 /* Data packet from the Network interface */
368 #define TX_PKT_TYPE_WLAN_DATA 4 /* Driver generated WLAN Data Packet (currently used for IAPP packet) */
385 /* Data body max length */
666 TWD_INT_SEND_PACKET_TRANSFER = 0x00 , /**< Tx Data Path Send Callback */
667 TWD_INT_SEND_PACKET_COMPLETE , /**< Tx Data Path Complete Callback */
668 TWD_INT_UPDATE_BUSY_MAP , /**< Tx Data Path Update-Busy-Map Callback */
670 /* Rx Data Pat
2257 TI_UINT8 Data [MIB_TEMPLATE_DATA_MAX_LEN]; /**< Frame Template Data */ member in struct:__anon2666
[all...]
H A DTWDriver.c205 * Create the Data-Services modules:
335 * Free the Data-Services modules:
466 * Initialize the Data-Services modules
686 /* Data interrupts pacing */
1532 tSetTemplate.ptr = (TI_UINT8 *) &(pMib->aData.TemplateFrame.Data);

Completed in 355 milliseconds