HomeSort by relevance Sort by last modified time
    Searched full:set_listener (Results 1 - 8 of 8) sorted by null

  /external/google-tv-pairing-protocol/cpp/src/polo/wire/
polowireadapter.cc 24 interface_->set_listener(this);
27 void PoloWireAdapter::set_listener( function in class:polo::wire::PoloWireAdapter
polowireinterface.h 35 void set_listener(PoloWireListener* listener) { listener_ = listener; } function in class:polo::wire::PoloWireInterface
polowireadapter.h 39 void set_listener(pairing::message::MessageListener* listener);
  /frameworks/av/media/libmedia/
IStreamSource.cpp 32 SET_LISTENER = IBinder::FIRST_CALL_TRANSACTION,
51 remote()->transact(SET_LISTENER, data, &reply);
86 case SET_LISTENER:
IMediaRecorder.cpp 59 SET_LISTENER,
237 remote()->transact(SET_LISTENER, data, &reply);
562 case SET_LISTENER: {
563 ALOGV("SET_LISTENER");
  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/
pairingsession.cc 35 wire_->set_listener(this);
  /external/google-tv-pairing-protocol/cpp/tests/polo/wire/protobuf/
protobufwireadaptertest.cc 65 adapter_.set_listener(&listener_);
  /frameworks/av/drm/libmediadrm/
IDrm.cpp 57 SET_LISTENER,
664 status_t status = remote()->transact(SET_LISTENER, data, &reply);
    [all...]

Completed in 1144 milliseconds