HomeSort by relevance Sort by last modified time
    Searched refs:ServiceListener (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/chromium_org/cloud_print/service/win/
service_listener.h 23 class ServiceListener : public IPC::Listener {
25 explicit ServiceListener(const base::FilePath& user_data_dir);
26 virtual ~ServiceListener();
service_listener.cc 57 ServiceListener::ServiceListener(const base::FilePath& user_data_dir)
63 FROM_HERE, base::Bind(&ServiceListener::Connect, base::Unretained(this)));
66 ServiceListener::~ServiceListener() {
68 base::Bind(&ServiceListener::Disconnect,
73 bool ServiceListener::OnMessageReceived(const IPC::Message& msg) {
77 void ServiceListener::OnChannelConnected(int32 peer_pid) {
83 void ServiceListener::Disconnect() {
87 void ServiceListener::Connect()
    [all...]
service_ipc_unittest.cc 22 ServiceListener service(temp_dir.path());
31 ServiceListener service(temp_dir.path());
43 ServiceListener service(temp_dir.path());
  /external/jmdns/src/javax/jmdns/
ServiceListener.java 14 public interface ServiceListener extends EventListener {
JmDNS.java 212 * if <code>true</code> ServiceListener.resolveService will be called whenever new new information is received.
229 * if <code>true</code> ServiceListener.resolveService will be called whenever new new information is received.
235 * Request service information. The information about the service is requested and the ServiceListener.resolveService method is called as soon as it is available.
247 * Request service information. The information about the service is requested and the ServiceListener.resolveService method is called as soon as it is available.
256 * if <code>true</code> ServiceListener.resolveService will be called whenever new new information is received.
261 * Request service information. The information about the service is requested and the ServiceListener.resolveService method is called as soon as it is available.
273 * Request service information. The information about the service is requested and the ServiceListener.resolveService method is called as soon as it is available.
280 * if <code>true</code> ServiceListener.resolveService will be called whenever new new information is received.
312 public abstract void addServiceListener(String type, ServiceListener listener);
322 public abstract void removeServiceListener(String type, ServiceListener listener)
    [all...]
JmmDNS.java 187 * if <code>true</code> ServiceListener.resolveService will be called whenever new new information is received.
205 * if <code>true</code> ServiceListener.resolveService will be called whenever new new information is received.
212 * Request service information. The information about the service is requested and the ServiceListener.resolveService method is called as soon as it is available.
223 * Request service information. The information about the service is requested and the ServiceListener.resolveService method is called as soon as it is available.
230 * if <code>true</code> ServiceListener.resolveService will be called whenever new new information is received.
236 * Request service information. The information about the service is requested and the ServiceListener.resolveService method is called as soon as it is available.
249 * Request service information. The information about the service is requested and the ServiceListener.resolveService method is called as soon as it is available.
256 * if <code>true</code> ServiceListener.resolveService will be called whenever new new information is received.
289 * @see javax.jmdns.JmDNS#addServiceListener(java.lang.String, javax.jmdns.ServiceListener)
291 public abstract void addServiceListener(String type, ServiceListener listener)
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 194 public interface ServiceListener {
BluetoothPbap.java 42 * BluetoothPbap service. Use the ServiceListener interface to obtain a
72 private ServiceListener mServiceListener;
93 public interface ServiceListener {
144 public BluetoothPbap(Context context, ServiceListener l) {
BluetoothA2dpSink.java 126 private ServiceListener mServiceListener;
163 /*package*/ BluetoothA2dpSink(Context context, ServiceListener l) {
BluetoothAvrcpController.java 67 private ServiceListener mServiceListener;
105 /*package*/ BluetoothAvrcpController(Context context, ServiceListener l) {
BluetoothPan.java 121 private ServiceListener mServiceListener;
130 /*package*/ BluetoothPan(Context context, ServiceListener l) {
BluetoothA2dp.java 113 private ServiceListener mServiceListener;
150 /*package*/ BluetoothA2dp(Context context, ServiceListener l) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfileManager.java 57 public interface ServiceListener {
187 private final Collection<ServiceListener> mServiceListeners =
188 new ArrayList<ServiceListener>();
262 void addServiceListener(ServiceListener l) {
267 void removeServiceListener(ServiceListener l) {
273 for (ServiceListener l : mServiceListeners) {
280 for (ServiceListener listener : mServiceListeners) {
PbapServerProfile.java 58 implements BluetoothPbap.ServiceListener {
LocalBluetoothAdapter.java 93 BluetoothProfile.ServiceListener listener, int profile) {
A2dpProfile.java 57 implements BluetoothProfile.ServiceListener {
HidProfile.java 52 implements BluetoothProfile.ServiceListener {
PanProfile.java 53 implements BluetoothProfile.ServiceListener {
  /frameworks/av/camera/tests/
ProCameraTests.cpp 73 struct ServiceListener : public BnCameraServiceListener {
75 ServiceListener() :
609 sp<ServiceListener> listener = new ServiceListener();
612 ServiceListener::Status currentStatus;
617 EXPECT_EQ(ServiceListener::STATUS_PRESENT, currentStatus);
622 if (currentStatus == ServiceListener::STATUS_PRESENT) {
637 ServiceListener::Status stat = ServiceListener::STATUS_UNKNOWN;
643 if (stat == ServiceListener::STATUS_PRESENT)
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothManager.java 39 private final BluetoothProfile.ServiceListener mBluetoothProfileServiceListener =
40 new BluetoothProfile.ServiceListener() {
  /external/chromium_org/third_party/icu/source/common/
serv.h 42 class ServiceListener;
363 * <p>ServiceListener is the listener that ICUService provides by default.
369 class U_COMMON_API ServiceListener : public EventListener {
371 virtual ~ServiceListener();
506 * subinterface, ServiceListener, which can be registered with the
507 * service. When the service changes, the ServiceListener's
    [all...]
  /external/icu/icu4c/source/common/
serv.h 42 class ServiceListener;
363 * <p>ServiceListener is the listener that ICUService provides by default.
369 class U_COMMON_API ServiceListener : public EventListener {
371 virtual ~ServiceListener();
506 * subinterface, ServiceListener, which can be registered with the
507 * service. When the service changes, the ServiceListener's
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
ListenerStatus.java 14 import javax.jmdns.ServiceListener;
26 public static class ServiceListenerStatus extends ListenerStatus<ServiceListener> {
37 public ServiceListenerStatus(ServiceListener listener, boolean synch) {
JmmDNSImpl.java 32 import javax.jmdns.ServiceListener;
293 * @see javax.jmdns.JmmDNS#addServiceListener(java.lang.String, javax.jmdns.ServiceListener)
296 public void addServiceListener(String type, ServiceListener listener) {
304 * @see javax.jmdns.JmmDNS#removeServiceListener(java.lang.String, javax.jmdns.ServiceListener)
307 public void removeServiceListener(String type, ServiceListener listener) {
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java 197 private final BluetoothProfile.ServiceListener mBluetoothServiceListener =
198 new BluetoothProfile.ServiceListener() {

Completed in 1279 milliseconds

1 2 3 4