Searched refs:returnsValue (Results 1 - 3 of 3) sorted by relevance

/system/tools/hidl/
H A DgenerateJava.cpp271 const bool returnsValue = !method->results().empty(); local
289 if (returnsValue && !needsCallback) {
361 const bool returnsValue = !method->results().empty(); local
365 if (returnsValue && !needsCallback) {
431 CHECK(!returnsValue);
436 if (returnsValue) {
560 const bool returnsValue = !method->results().empty(); local
586 CHECK(!returnsValue);
605 if (!needsCallback && returnsValue) {
666 if (returnsValue) {
[all...]
H A DgenerateCpp.cpp490 const bool returnsValue = !method->results().empty(); local
493 if (elidedReturn == nullptr && returnsValue) {
514 if (returnsValue && elidedReturn == nullptr) {
693 const bool returnsValue = !method->results().empty(); local
696 if (returnsValue && elidedReturn == nullptr) {
740 if (returnsValue && elidedReturn == nullptr) {
919 const bool returnsValue = !method->results().empty();
922 if (elidedReturn == nullptr && returnsValue) {
1279 const bool returnsValue = !method->results().empty(); local
1293 if (returnsValue
1685 const bool returnsValue = !method->results().empty(); local
[all...]
H A DMethod.cpp122 const bool returnsValue = !results().empty(); local
145 if (returnsValue && elidedReturn == nullptr) {

Completed in 419 milliseconds