Home
last modified time | relevance | path

Searched refs:rsSendToClient (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_io.jd32 <a href='rs_io.html#android_rs:rsSendToClient'>rsSendToClient</a>
102 <a name='android_rs:rsSendToClient'></a>
105 <span class='sympad'>rsSendToClient</span>
111 <td>bool rsSendToClient(int cmdID);
116 …<td>bool rsSendToClient(int cmdID, const void* data, <a href='rs_value_types.html#android_rs:uint'…
/frameworks/rs/scriptc/
Drs_io.rsh57 * rsSendToClient: Send a message to the client, non-blocking
72 rsSendToClient(int cmdID);
75 rsSendToClient(int cmdID, const void* data, uint len);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Dutil.rs20 rsSendToClient(op);
/frameworks/rs/api/
Drs_io.spec48 function: rsSendToClient
63 function: rsSendToClient
/frameworks/compile/slang/tests/P_set_target_api_development/
Dset_target_api_development.rs12 rsSendToClient(RS_MSG_TEST_FAILED);
/frameworks/compile/slang/tests/P_set_target_api_12/
Dset_target_api_12.rs16 rsSendToClient(RS_MSG_TEST_FAILED);
/frameworks/compile/slang/tests/P_set_target_api_13/
Dset_target_api_13.rs16 rsSendToClient(RS_MSG_TEST_FAILED);
/frameworks/compile/slang/tests/P_set_target_api_14/
Dset_target_api_14.rs16 rsSendToClient(RS_MSG_TEST_FAILED);
/frameworks/compile/slang/tests/P_set_target_api_18/
Dset_target_api_18.rs16 rsSendToClient(RS_MSG_TEST_FAILED);
/frameworks/compile/slang/tests/P_set_target_api_11/
Dset_target_api_11.rs16 rsSendToClient(RS_MSG_TEST_FAILED);
/frameworks/compile/slang/tests/P_set_target_api_15/
Dset_target_api_15.rs16 rsSendToClient(RS_MSG_TEST_FAILED);
/frameworks/compile/slang/tests/P_set_target_api_16/
Dset_target_api_16.rs16 rsSendToClient(RS_MSG_TEST_FAILED);
/frameworks/compile/slang/tests/P_set_target_api_17/
Dset_target_api_17.rs16 rsSendToClient(RS_MSG_TEST_FAILED);
/frameworks/compile/slang/tests/P_set_target_api_19/
Dset_target_api_19.rs16 rsSendToClient(RS_MSG_TEST_FAILED);
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp490 uint32_t rsSendToClient(int cmdID) { in rsSendToClient() function
495 uint32_t rsSendToClient(int cmdID, const void *data, uint32_t len) { in rsSendToClient() function
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dapitest.rs1117 b = rsSendToClient(0);
1118 b = rsSendToClient(0, NULL, 0);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dapitest.rs1117 b = rsSendToClient(0);
1118 b = rsSendToClient(0, NULL, 0);
/frameworks/base/docs/html/guide/topics/renderscript/
Dadvanced.jd166 <a href="{@docRoot}reference/renderscript/rs__core_8rsh.html"><code>rsSendToClient()</code></a>
631 <a href="{@docRoot}reference/renderscript/rs__core_8rsh.html"><code>rsSendToClient()</code></a> fun…
/frameworks/compile/slang/tests/P_all_api_15/
Dall15.rs3205 *(bool*)buf2114 = rsSendToClient(*(int*)buf2115);
3206 *(bool*)buf2116 = rsSendToClient(*(int*)buf2117, (const void*) buf2118, *(uint*)buf2119);
/frameworks/compile/slang/tests/P_all_api_16/
Dall16.rs3318 *(bool*)buf2171 = rsSendToClient(*(int*)buf2172);
3319 *(bool*)buf2173 = rsSendToClient(*(int*)buf2174, (const void*) buf2175, *(uint*)buf2176);
/frameworks/compile/slang/tests/P_all_api_11/
Dall11.rs3119 *(bool*)buf2051 = rsSendToClient(*(int*)buf2052);
3120 *(bool*)buf2053 = rsSendToClient(*(int*)buf2054, (const void*) buf2055, *(uint*)buf2056);
/frameworks/compile/slang/tests/P_all_api_12/
Dall12.rs3119 *(bool*)buf2051 = rsSendToClient(*(int*)buf2052);
3120 *(bool*)buf2053 = rsSendToClient(*(int*)buf2054, (const void*) buf2055, *(uint*)buf2056);
/frameworks/compile/slang/tests/P_all_api_13/
Dall13.rs3119 *(bool*)buf2051 = rsSendToClient(*(int*)buf2052);
3120 *(bool*)buf2053 = rsSendToClient(*(int*)buf2054, (const void*) buf2055, *(uint*)buf2056);
/frameworks/compile/slang/tests/P_all_api_14/
Dall14.rs3205 *(bool*)buf2114 = rsSendToClient(*(int*)buf2115);
3206 *(bool*)buf2116 = rsSendToClient(*(int*)buf2117, (const void*) buf2118, *(uint*)buf2119);
/frameworks/compile/slang/tests/P_all_api_17/
Dall17.rs3478 *(bool*)buf2279 = rsSendToClient(*(int*)buf2280);
3479 *(bool*)buf2281 = rsSendToClient(*(int*)buf2282, (const void*) buf2283, *(uint*)buf2284);

12