Home | History | Annotate | Download | only in functional

Lines Matching refs:bitCode

45     hidl_vec<uint8_t> bitcode;
46 bitcode.setToExternal((uint8_t*)bitCode, bitCodeLength);
47 Script script = context->scriptCCreate("struct_test", "/data/local/tmp/", bitcode);
136 hidl_vec<uint8_t> bitcode;
137 bitcode.setToExternal((uint8_t*)bitCode, bitCodeLength);
138 Script script = context->scriptCCreate("struct_test", "/data/local/tmp/", bitcode);
195 hidl_vec<uint8_t> bitcode;
196 bitcode.setToExternal((uint8_t*)bitCode, bitCodeLength);
197 Script script = context->scriptCCreate("struct_test", "/data/local/tmp/", bitcode);
241 hidl_vec<uint8_t> bitcode;
242 bitcode.setToExternal((uint8_t*)bitCode, bitCodeLength);
243 Script script = context->scriptCCreate("struct_test", "/data/local/tmp/", bitcode);
285 * RenderScript script, represented in the bitcode.
292 hidl_vec<uint8_t> bitcode;
293 bitcode.setToExternal((uint8_t*)bitCode, bitCodeLength);
294 Script script = context->scriptCCreate("struct_test", "/data/local/tmp/", bitcode);
422 hidl_vec<uint8_t> bitcode;
423 bitcode.setToExternal((uint8_t*)bitCode, bitCodeLength);
424 Script script = context->scriptCCreate("struct_test", "/data/local/tmp/", bitcode);
499 hidl_vec<uint8_t> bitcode;
500 bitcode.setToExternal((uint8_t*)bitCode, bitCodeLength);
501 Script script = context->scriptCCreate("struct_test", "/data/local/tmp/", bitcode);