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

/system/core/adb/
H A Dbackup_service.c54 char* operation; local
59 operation = "backup";
62 operation = "restore";
66 D("backup_service(%s, %s)\n", operation, args);
83 D("can't fork for %s\n", operation);
84 fprintf(stderr, "unable to fork for %s\n", operation);
98 // fixed args: [0] is 'bu', [1] is the port number, [2] is the 'operation' string
113 bu_args[argc++] = operation;
/system/core/include/private/pixelflinger/
H A Dggl_context.h284 uint8_t operation; member in struct:android::blend_state_t

Completed in 2678 milliseconds