Searched refs:receiver (Results 1 – 10 of 10) sorted by relevance
/system/tools/aidl/ |
D | ast_java.cpp | 122 FieldVariable::FieldVariable(Expression* o, const string& n) : receiver(o), name(n) {} in FieldVariable() 124 FieldVariable::FieldVariable(const string& c, const string& n) : receiver(c), name(n) {} in FieldVariable() 130 this->receiver); in Write() 188 MethodCall::MethodCall(Expression* o, const string& n) : receiver(o), name(n) {} in MethodCall() 190 MethodCall::MethodCall(const std::string& t, const string& n) : receiver(t), name(n) {} in MethodCall() 192 MethodCall::MethodCall(Expression* o, const string& n, int argc = 0, ...) : receiver(o), name(n) { in MethodCall() 200 : receiver(t), name(n) { in MethodCall() 221 this->receiver); in Write()
|
D | ast_java.h | 104 std::variant<Expression*, std::string> receiver; member 173 std::variant<std::monostate, Expression*, std::string> receiver; member
|
/system/bt/service/doc/ |
D | IBluetooth.txt | 86 * Registers a callback receiver which can be used to listen to state updates
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | mls | 30 # Datagram send: Sender must be equivalent to the receiver unless one of them
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | mls | 30 # Datagram send: Sender must be equivalent to the receiver unless one of them
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | mls | 30 # Datagram send: Sender must be equivalent to the receiver unless one of them
|
/system/sepolicy/private/ |
D | mls | 30 # Datagram send: Sender must be equivalent to the receiver unless one of them
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | mls | 30 # Datagram send: Sender must be equivalent to the receiver unless one of them
|
/system/core/adb/ |
D | protocol.txt | 51 *sender* of the message, so for a receiver, the meanings are effectively
|
/system/core/fastboot/ |
D | README.md | 369 continuation packets. The receiver should respond to a continuation packet with
|