HomeSort by relevance Sort by last modified time
    Searched full:remote (Results 251 - 275 of 3672) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
remote_to_local_syncer.cc 93 "[Remote -> Local] Context not ready.");
109 "[Remote -> Local] Start: tracker_id=%" PRId64,
116 "[Remote -> Local] Nothing to do.");
130 LOG(ERROR) << "Missing details of a remote file: "
135 "[Remote -> Local]: Missing remote metadata case.");
148 "[Remote -> Local]: Inactive tracker case.");
173 "[Remote -> Local]: Sync-root deletion.");
178 "[Remote -> Local]: Trivial sync-root change.");
189 "[Remote -> Local]: Remote file deletion.")
    [all...]
  /external/chromium_org/chromeos/dbus/
bluetooth_gatt_service_client.h 18 // BluetoothGattServiceClient is used to communicate with remote GATT service
43 // Interface for observing changes from a remote GATT service.
64 // Adds and removes observers for events on all remote GATT services. Check
bluetooth_profile_manager_client.h 59 // Force connections when a remote device is connected.
81 // D-bus object path |profile_path| with the remote profile manager.
91 // remote profile manager.
  /external/chromium_org/mojo/system/
proxy_message_pipe_endpoint.h 28 // the other endpoint remote consists of a |LocalMessagePipeEndpoint| and a
39 // run, it gets a remote ID.
47 // handle over a remote message pipe.
  /external/chromium_org/third_party/WebKit/public/platform/
WebRTCSessionDescription.h 44 // parameters to indicate what to transmit to the remote side, as well
52 // a remote party indicates what the local side is willing to decode,
53 // and what the remote party should send.
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCPeerConnectionObserver.h 50 // Triggered when media is received on a new stream from remote peer.
53 // Triggered when a remote peer close a stream.
56 // Triggered when a remote peer open a data channel.
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
remote_ntp_time_estimator_unittest.cc 92 // Remote peer sends first RTCP SR.
95 // Remote sends a RTP packet.
105 // Remote sends second RTCP SR.
  /external/oprofile/events/x86-64/family11h/
unit_masks 140 0x91 Requests Local I/O to Remote I/O
141 0x92 Requests Local I/O to Remote Memory
142 0x93 Requests Local I/O to Remote (I/O or Mem)
143 0x94 Requests Local CPU to Remote I/O
144 0x95 Requests Local (CPU or I/O) to Remote I/O
145 0x98 Requests Local CPU to Remote Memory
146 0x9a Requests Local (CPU or I/O) to Remote Memory
147 0x9c Requests Local CPU to Remote (I/O or Mem)
148 0x9f Requests Local (CPU or I/O) to Remote (I/O or Mem)
158 0x61 Requests Remote I/O to Local I/
    [all...]
  /external/oprofile/events/x86-64/hammer/
unit_masks 134 0x91 Requests Local I/O to Remote I/O
135 0x92 Requests Local I/O to Remote Memory
136 0x93 Requests Local I/O to Remote (I/O or Mem)
137 0x94 Requests Local CPU to Remote I/O
138 0x95 Requests Local (CPU or I/O) to Remote I/O
139 0x98 Requests Local CPU to Remote Memory
140 0x9a Requests Local (CPU or I/O) to Remote Memory
141 0x9c Requests Local CPU to Remote (I/O or Mem)
142 0x9f Requests Local (CPU or I/O) to Remote (I/O or Mem)
152 0x61 Requests Remote I/O to Local I/
    [all...]
  /frameworks/av/camera/camera2/
ICameraDeviceUser.cpp 77 remote()->transact(DISCONNECT, data, &reply);
98 remote()->transact(SUBMIT_REQUEST, data, &reply);
139 remote()->transact(SUBMIT_REQUEST_LIST, data, &reply);
162 remote()->transact(CANCEL_REQUEST, data, &reply);
184 remote()->transact(BEGIN_CONFIGURE, data, &reply);
194 remote()->transact(END_CONFIGURE, data, &reply);
205 remote()->transact(DELETE_STREAM, data, &reply);
225 remote()->transact(CREATE_STREAM, data, &reply);
239 remote()->transact(CREATE_DEFAULT_REQUEST, data, &reply);
260 remote()->transact(GET_CAMERA_INFO, data, &reply)
    [all...]
  /frameworks/av/media/libmedia/
IRemoteDisplay.cpp 41 remote()->transact(PAUSE, data, &reply);
48 remote()->transact(RESUME, data, &reply);
56 remote()->transact(DISPOSE, data, &reply);
IRemoteDisplayClient.cpp 50 remote()->transact(ON_DISPLAY_CONNECTED, data, &reply, IBinder::FLAG_ONEWAY);
57 remote()->transact(ON_DISPLAY_DISCONNECTED, data, &reply, IBinder::FLAG_ONEWAY);
65 remote()->transact(ON_DISPLAY_ERROR, data, &reply, IBinder::FLAG_ONEWAY);