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 90 class BindingState : public BindingStateBase {
94 explicit BindingState(ImplPointerType impl) {
98 ~BindingState() { Close(); }
122 DISALLOW_COPY_AND_ASSIGN(BindingState);
  /external/libmojo/mojo/public/cpp/bindings/
binding.h 269 internal::BindingState<Interface, ImplRefTraits> internal_state_;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
EuiccConnector.java 340 @VisibleForTesting(visibility = PACKAGE) public BindingState mBindingState;
366 mBindingState = new BindingState();
533 * <p>If a command is received, this state will defer the message and enter {@link BindingState}
558 private class BindingState extends State {
585 * <p>Package state changes will cause us to unbind and move to {@link BindingState} to
    [all...]

Completed in 113 milliseconds