HomeSort by relevance Sort by last modified time
    Searched refs:remote (Results 351 - 375 of 1305) sorted by null

<<11121314151617181920>>

  /external/webrtc/talk/app/webrtc/
remoteaudiosource.h 49 // This class implements the audio source used by the remote audio track.
59 bool remote() const override;
  /frameworks/av/drm/common/
IDrmServiceListener.cpp 35 remote()->transact(NOTIFY, data, &reply);
  /frameworks/av/drm/libmediadrm/
IDrmClient.cpp 52 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
  /frameworks/av/media/libaaudio/src/binding/
IAAudioClient.cpp 51 remote()->transact(ON_STREAM_CHANGE, data, &reply, IBinder::FLAG_ONEWAY);
  /frameworks/av/media/libmedia/
IMediaPlayerClient.cpp 48 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
IMediaRecorderClient.cpp 45 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
  /frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
RemoteXmlPullParserAdapter.java 17 package com.android.layoutlib.bridge.remote.client.adapters;
19 import com.android.layout.remote.api.RemoteXmlPullParser;
20 import com.android.layout.remote.util.RemoteInputStream;
21 import com.android.layout.remote.util.StreamUtil;
  /frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
RemoteBridge.java 17 package com.android.layout.remote.api;
27 import java.rmi.Remote;
32 * Interface that defines the operations available in the remote bridge. This is a remote version of
34 * unless there is a need for a method to be adapted for remote use.
36 public interface RemoteBridge extends Remote {
RemoteHardwareConfig.java 17 package com.android.layout.remote.api;
29 * Remote version of the {@link HardwareConfig} class
RemoteRenderParams.java 17 package com.android.layout.remote.api;
23 import java.rmi.Remote;
26 public interface RemoteRenderParams extends Remote {
  /frameworks/layoutlib/remote/common/src/com/android/layout/remote/util/
RemoteInputStreamAdapter.java 17 package com.android.layout.remote.util;
  /frameworks/native/libs/binder/
IAppOpsCallback.cpp 44 remote()->transact(OP_CHANGED_TRANSACTION, data, &reply);
IMediaResourceMonitor.cpp 37 remote()->transact(NOTIFY_RESOURCE_GRANTED, data, &reply, IBinder::FLAG_ONEWAY);
IResultReceiver.cpp 43 remote()->transact(OP_SEND, data, NULL, IBinder::FLAG_ONEWAY);
IShellCallback.cpp 49 remote()->transact(OP_OPEN_OUTPUT_FILE, data, &reply, 0);
  /hardware/qcom/display/msm8084/libqservice/
IQClient.cpp 57 status_t result = remote()->transact(NOTIFY_CALLBACK, data, reply);
  /hardware/qcom/display/msm8226/libqservice/
IQClient.cpp 57 status_t result = remote()->transact(NOTIFY_CALLBACK, data, reply);
  /hardware/qcom/display/msm8909/libqservice/
IQClient.cpp 57 status_t result = remote()->transact(NOTIFY_CALLBACK, data, reply);
  /hardware/qcom/display/msm8909w_3100/libqservice/
IQClient.cpp 57 status_t result = remote()->transact(NOTIFY_CALLBACK, data, reply);
  /hardware/qcom/display/msm8960/libqservice/
IQClient.cpp 49 remote()->transact(NOTIFY_CALLBACK, data, &reply);
  /hardware/qcom/display/msm8994/libqservice/
IQClient.cpp 57 status_t result = remote()->transact(NOTIFY_CALLBACK, data, reply);
  /hardware/qcom/display/msm8996/libqservice/
IQClient.cpp 57 status_t result = remote()->transact(NOTIFY_CALLBACK, data, reply);
  /hardware/qcom/display/msm8998/libqservice/
IQClient.cpp 57 status_t result = remote()->transact(NOTIFY_CALLBACK, data, reply);
  /packages/services/Car/procfs-inspector/server/
server.cpp 44 remote()->transact((uint32_t)IProcfsInspector::Call::READ_PROCESS_TABLE, data, &reply);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
lex.go 121 remote := plan9quote(f[2])
122 return fmt.Sprintln(verb, local, remote)
125 p.error(syntax.Error{Pos: pos, Msg: fmt.Sprintf(`usage: //go:%s local [remote]`, verb)})
135 remote := plan9quote(f[2])
136 return fmt.Sprintln(verb, local, remote)
140 remote := plan9quote(f[2])
142 return fmt.Sprintln(verb, local, remote, library)
145 p.error(syntax.Error{Pos: pos, Msg: `usage: //go:cgo_import_dynamic local [remote ["library"]]`})

Completed in 666 milliseconds

<<11121314151617181920>>