HomeSort by relevance Sort by last modified time
    Searched refs:BindingState (Results 1 - 3 of 3) sorted by null

  /external/libmojo/mojo/public/cpp/bindings/lib/
binding_state.h 35 class BindingState;
42 class BindingState<Interface, false> {
44 explicit BindingState(Interface* impl) : impl_(impl) {
48 ~BindingState() { Close(); }
62 base::Bind(&BindingState::RunConnectionErrorHandler,
137 DISALLOW_COPY_AND_ASSIGN(BindingState);
143 class BindingState<Interface, true> {
145 explicit BindingState(Interface* impl) : impl_(impl) {
149 ~BindingState() { Close(); }
165 base::Bind(&BindingState::RunConnectionErrorHandler
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/
binding.h 246 internal::BindingState<Interface, Interface::PassesAssociatedKinds_>
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
EuiccConnector.java 318 @VisibleForTesting(visibility = PACKAGE) public BindingState mBindingState;
344 mBindingState = new BindingState();
499 * <p>If a command is received, this state will defer the message and enter {@link BindingState}
524 private class BindingState extends State {
551 * <p>Package state changes will cause us to unbind and move to {@link BindingState} to
    [all...]

Completed in 237 milliseconds