Searched refs:CommandCode (Results 1 – 4 of 4) sorted by relevance
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/media2/src/main/java/com/google/android/exoplayer2/ext/media2/ |
D | PlayerCommandQueue.java | 130 public @interface CommandCode {} annotation in PlayerCommandQueue 172 @CommandCode int commandCode, Callable<Boolean> command) { in addCommand() 177 @CommandCode int commandCode, Callable<Boolean> command, @Nullable Object tag) { in addCommand() 367 private static boolean isAsyncCommand(@CommandCode int commandCode) { in isAsyncCommand()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/media2/src/main/java/com/google/android/exoplayer2/ext/media2/ |
D | PlayerCommandQueue.java | 127 public @interface CommandCode {} annotation in PlayerCommandQueue 168 @CommandCode int commandCode, Callable<Boolean> command) { in addCommand() 173 @CommandCode int commandCode, Callable<Boolean> command, @Nullable Object tag) { in addCommand() 363 private static boolean isAsyncCommand(@CommandCode int commandCode) { in isAsyncCommand()
|
/external/mesa3d/src/gallium/drivers/svga/svgadump/ |
D | svga_dump.c | 2059 #define SVGA3D_DUMP_CASE_BASIC(CommandName, CommandCode) \ argument 2060 case SVGA_3D_CMD_DX_##CommandCode: \ 2061 _debug_printf(SVGA3D_DUMP_STRINGIFY(\tSVGA_3D_CMD_DX_##CommandCode) "\n"); \ 2069 #define SVGA3D_DUMP_CASE_LIST(CommandName, CommandCode, ElementType) \ argument 2070 case SVGA_3D_CMD_DX_##CommandCode: \ 2071 _debug_printf(SVGA3D_DUMP_STRINGIFY(\tSVGA_3D_CMD_DX_##CommandCode) "\n"); \
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_cmd_vgpu10.c | 81 #define SVGA3D_CREATE_COMMAND(CommandName, CommandCode) \ argument 84 cmd = SVGA3D_FIFOReserve(swc, SVGA_3D_CMD_DX_##CommandCode, \ 90 #define SVGA3D_CREATE_CMD_COUNT(CommandName, CommandCode, ElementClassName) \ argument 94 cmd = SVGA3D_FIFOReserve(swc, SVGA_3D_CMD_DX_##CommandCode, \
|