Searched defs:operation (Results 1 - 15 of 15) sorted by relevance

/hardware/qcom/display/msm8960/libqdutils/
H A DqdMetaData.h61 int32_t operation; member in struct:MetaData_t
/hardware/qcom/display/msm8974/libqdutils/
H A DqdMetaData.h61 int32_t operation; member in struct:MetaData_t
/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/msm8084/libgralloc/
H A Dmapper.cpp164 * If the buffer has been mapped during a lock operation, it's time
186 * If the buffer has been mapped during a lock operation, it's time
298 int operation, ... )
305 va_start(args, operation);
306 switch (operation) {
372 if(metadata && metadata->operation & UPDATE_BUFFER_GEOMETRY) {
389 if(metadata && metadata->operation & UPDATE_BUFFER_GEOMETRY) {
423 if(metadata && metadata->operation & UPDATE_COLOR_SPACE) {
297 gralloc_perform(struct gralloc_module_t const* module, int operation, ... ) argument
/hardware/qcom/display/msm8084/libqdutils/
H A DqdMetaData.h71 int32_t operation; member in struct:MetaData_t
/hardware/qcom/display/msm8226/libgralloc/
H A Dmapper.cpp163 * If the buffer has been mapped during a lock operation, it's time
182 * If the buffer has been mapped during a lock operation, it's time
272 int operation, ... )
276 va_start(args, operation);
277 switch (operation) {
344 if(metadata && metadata->operation & UPDATE_BUFFER_GEOMETRY) {
376 if(metadata && metadata->operation & UPDATE_COLOR_SPACE) {
271 gralloc_perform(struct gralloc_module_t const* module, int operation, ... ) argument
/hardware/qcom/display/msm8226/libqdutils/
H A DqdMetaData.h71 int32_t operation; member in struct:MetaData_t
/hardware/qcom/display/msm8960/libgralloc/
H A Dmapper.cpp160 * If the buffer has been mapped during a lock operation, it's time
179 * If the buffer has been mapped during a lock operation, it's time
307 int operation, ... )
311 va_start(args, operation);
312 switch (operation) {
375 if(metadata && metadata->operation & UPDATE_BUFFER_GEOMETRY) {
306 gralloc_perform(struct gralloc_module_t const* module, int operation, ... ) argument
/hardware/qcom/display/msm8974/libgralloc/
H A Dmapper.cpp160 * If the buffer has been mapped during a lock operation, it's time
179 * If the buffer has been mapped during a lock operation, it's time
310 int operation, ... )
314 va_start(args, operation);
315 switch (operation) {
378 if(metadata && metadata->operation & UPDATE_BUFFER_GEOMETRY) {
309 gralloc_perform(struct gralloc_module_t const* module, int operation, ... ) argument
/hardware/ti/omap4-aah/security/tee_client_api/
H A Dtee_client_api_linux_driver.c158 * @param pCommand a SChannel command message that must have been filled except for the operation parameters
160 * @param pOperation a TEEC_Operation structure that contains the operation parameters (and types)
176 /* Determine message parameters from operation parameters */
265 /* Update the operation parameters from the answer message */
468 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 */
477 operation,
504 TEEC_Operation* operation,
510 operation,
462 TEEC_OpenSession( TEEC_Context* context, TEEC_Session* session, const TEEC_UUID* destination, uint32_t connectionMethod, void* connectionData, TEEC_Operation* operation, uint32_t* errorOrigin) argument
501 TEEC_InvokeCommand( TEEC_Session* session, uint32_t commandID, TEEC_Operation* operation, uint32_t* errorOrigin) argument
618 TEEC_RequestCancellation(TEEC_Operation* operation) argument
756 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
833 TEEC_InvokeCommandEx( TEEC_Session* session, const TEEC_TimeLimit* timeLimit, uint32_t commandID, TEEC_Operation* operation, uint32_t* returnOrigin) argument
[all...]
/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/omap4-aah/camera/
H A DBaseCameraAdapter.cpp408 status_t BaseCameraAdapter::sendCommand(CameraCommands operation, int value1, int value2, int value3, int value4) { argument
416 switch ( operation ) {
429 ret = setState(operation);
483 ret = setState(operation);
536 ret = setState(operation);
577 ret = setState(operation);
613 ret = setState(operation);
639 ret = setState(operation);
667 ret = setState(operation);
695 ret = setState(operation);
1873 setState(CameraCommands operation) argument
[all...]
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
H A Dloc_api_common.h830 rpc_loc_fs_operation_e_type operation; member in struct:rpc_loc_efs_data_s_type
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
H A Dloc_api_rpcgen_common_rpc.h910 rpc_loc_fs_operation_e_type operation; member in struct:rpc_loc_efs_data_s_type

Completed in 495 milliseconds