OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isOneway
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/jni/
android_os_HwBinder.cpp
127
bool
isOneway
= (flags & TF_ONE_WAY) != 0;
136
if (!
isOneway
) {
173
if (!
isOneway
) {
/system/tools/hidl/
Method.h
58
bool
isOneway
() const { return mOneway; }
generateJava.cpp
420
if (method->
isOneway
()) {
428
if (!method->
isOneway
()) {
663
if (!needsCallback && !method->
isOneway
()) {
generateCpp.cpp
719
if (method->
isOneway
()) {
798
if (method->
isOneway
()) {
[
all
...]
Interface.cpp
874
if (method->
isOneway
()) {
Completed in 703 milliseconds