Searched refs:operation (Results 1 - 25 of 30) sorted by relevance

12

/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
H A DJFmRxCcmVacResourceOwner.java63 private JFmRxEcalOperation operation; field in class:JFmRxCcmVacResourceOwner
65 public JFmRxCcmVacResourceOwner(JFmRxEcalResource resource, JFmRxEcalOperation operation) { argument
67 this.operation = operation;
79 return operation;
82 public void setOperation(JFmRxEcalOperation operation) { argument
83 this.operation = operation;
/hardware/ti/omap4xxx/camera/
H A DBaseCameraAdapter.cpp327 status_t BaseCameraAdapter::sendCommand(CameraCommands operation, int value1, int value2, int value3) argument
336 switch ( operation ) {
349 ret = setState(operation);
402 ret = setState(operation);
455 ret = setState(operation);
501 ret = setState(operation);
527 ret = setState(operation);
555 ret = setState(operation);
583 ret = setState(operation);
611 ret = setState(operation);
1668 setState(CameraCommands operation) argument
[all...]
/hardware/ti/omap4xxx/security/tee_client_api/
H A Dtee_client_api_linux_driver.c150 * @param pCommand a SChannel command message that must have been filled except for the operation parameters
152 * @param pOperation a TEEC_Operation structure that contains the operation parameters (and types)
168 /* Determine message parameters from operation parameters */
257 /* Update the operation parameters from the answer message */
460 TEEC_Operation* operation, /* payload. If operation is NULL then no data buffers are exchanged with the Trusted Application, and the operation cannot be cancelled by the Client Application */
469 operation,
496 TEEC_Operation* operation,
502 operation,
454 TEEC_OpenSession( TEEC_Context* context, TEEC_Session* session, const TEEC_UUID* destination, uint32_t connectionMethod, void* connectionData, TEEC_Operation* operation, uint32_t* errorOrigin) argument
493 TEEC_InvokeCommand( TEEC_Session* session, uint32_t commandID, TEEC_Operation* operation, uint32_t* errorOrigin) argument
610 TEEC_RequestCancellation(TEEC_Operation* operation) argument
748 TEEC_OpenSessionEx( TEEC_Context* context, TEEC_Session* session, const TEEC_TimeLimit* timeLimit, const TEEC_UUID* destination, uint32_t connectionMethod, void* connectionData, TEEC_Operation* operation, uint32_t* returnOrigin) argument
825 TEEC_InvokeCommandEx( TEEC_Session* session, const TEEC_TimeLimit* timeLimit, uint32_t commandID, TEEC_Operation* operation, uint32_t* returnOrigin) argument
[all...]
/hardware/ti/omap4xxx/security/tf_sdk/include/
H A Dtee_client_api.h167 TEEC_Operation* operation,
176 TEEC_Operation* operation,
180 TEEC_Operation* operation);
H A Dtee_client_api_ex.h91 TEEC_Operation* operation,
98 TEEC_Operation* operation,
/hardware/ti/omap3/omx/system/src/openmax_il/perf/reader/
H A Dperf_reader.c68 U32 ulData0, ulData1, ulData2, ulData3, ulData4, ulData5, ulData6, ulData7, operation; local
127 /* get operation */
129 operation = ulData1 & PERF_LOG_Mask;
131 if (operation != PERF_LOG_Location)
155 if (operation & PERF_LOG_Buffer)
157 /* Buffer operation */
158 if (operation & PERF_LOG_Xfering) {
163 sending = operation & PERF_LOG_Sending;
188 else if (operation & PERF_LOG_Command)
193 operation
[all...]
/hardware/qcom/display/msm8960/libqdutils/
H A DqdMetaData.h61 int32_t operation; member in struct:MetaData_t
H A DqdMetaData.cpp58 data->operation |= paramType;
/hardware/qcom/display/msm8974/libqdutils/
H A DqdMetaData.h61 int32_t operation; member in struct:MetaData_t
H A DqdMetaData.cpp58 data->operation |= paramType;
/hardware/qcom/display/msm8x26/libqdutils/
H A DqdMetaData.h61 int32_t operation; member in struct:MetaData_t
H A DqdMetaData.cpp58 data->operation |= paramType;
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayMdp.cpp219 if (data.operation & PP_PARAM_HSIC) {
259 mParams.operation |= PP_OP_PA;
263 if (data.operation & PP_PARAM_SHARP2) {
287 mParams.operation |= PP_OP_SHARP;
291 if (data.operation & PP_PARAM_IGC) {
313 mParams.operation |= PP_OP_IGC;
317 if (data.operation & PP_PARAM_VID_INTFC) {
/hardware/qcom/display/msm8x26/liboverlay/
H A DoverlayMdp.cpp219 if (data.operation & PP_PARAM_HSIC) {
259 mParams.operation |= PP_OP_PA;
263 if (data.operation & PP_PARAM_SHARP2) {
287 mParams.operation |= PP_OP_SHARP;
291 if (data.operation & PP_PARAM_IGC) {
313 mParams.operation |= PP_OP_IGC;
317 if (data.operation & PP_PARAM_VID_INTFC) {
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayMdp.cpp255 if (data.operation & PP_PARAM_HSIC) {
295 mParams.operation |= PP_OP_PA;
299 if (data.operation & PP_PARAM_SHARP2) {
323 mParams.operation |= PP_OP_SHARP;
327 if (data.operation & PP_PARAM_IGC) {
349 mParams.operation |= PP_OP_IGC;
353 if (data.operation & PP_PARAM_VID_INTFC) {
/hardware/qcom/display/msm8960/libgralloc/
H A Dgralloc.cpp62 int operation, ... );
H A Dmapper.cpp161 * If the buffer has been mapped during a lock operation, it's time
180 * If the buffer has been mapped during a lock operation, it's time
308 int operation, ... )
312 va_start(args, operation);
313 switch (operation) {
376 if(metadata && metadata->operation & UPDATE_BUFFER_GEOMETRY) {
307 gralloc_perform(struct gralloc_module_t const* module, int operation, ... ) argument
/hardware/qcom/display/msm8974/libgralloc/
H A Dgralloc.cpp62 int operation, ... );
H A Dmapper.cpp161 * If the buffer has been mapped during a lock operation, it's time
180 * If the buffer has been mapped during a lock operation, it's time
311 int operation, ... )
315 va_start(args, operation);
316 switch (operation) {
379 if(metadata && metadata->operation & UPDATE_BUFFER_GEOMETRY) {
310 gralloc_perform(struct gralloc_module_t const* module, int operation, ... ) argument
/hardware/qcom/display/msm8x26/libgralloc/
H A Dgralloc.cpp62 int operation, ... );
H A Dmapper.cpp161 * If the buffer has been mapped during a lock operation, it's time
180 * If the buffer has been mapped during a lock operation, it's time
308 int operation, ... )
312 va_start(args, operation);
313 switch (operation) {
307 gralloc_perform(struct gralloc_module_t const* module, int operation, ... ) argument
/hardware/libhardware/include/hardware/
H A Dgralloc.h226 int operation, ... );
/hardware/ti/omap4xxx/camera/inc/
H A DBaseCameraAdapter.h51 virtual status_t sendCommand(CameraCommands operation, int value1 = 0, int value2 = 0, int value3 = 0 );
70 virtual status_t setState(CameraCommands operation);
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.h247 if(metadata && metadata->operation & UPDATE_BUFFER_GEOMETRY) {
257 if(metadata && metadata->operation & UPDATE_BUFFER_GEOMETRY) {
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_utils.h247 if(metadata && metadata->operation & UPDATE_BUFFER_GEOMETRY) {
257 if(metadata && metadata->operation & UPDATE_BUFFER_GEOMETRY) {

Completed in 542 milliseconds

12