HomeSort by relevance Sort by last modified time
    Searched refs:Delegate (Results 51 - 75 of 135) sorted by null

1 23 4 5 6

  /system/bt/service/ipc/binder/
bluetooth_low_energy_binder_server.h 40 public bluetooth::LowEnergyClient::Delegate {
65 // bluetooth::LowEnergyClient::Delegate overrides:
interface_with_instances_base.h 39 : public RemoteCallbackMap<int, android::IInterface>::Delegate,
90 // RemoteCallbackMap<int, IBluetoothLowEnergyCallback>::Delegate override:
ipc_handler_binder.cpp 37 IPCManager::Delegate* delegate)
38 : IPCHandler(adapter, delegate) {
58 // Notify the delegate. We do this in the message loop to avoid reentrancy.
59 if (delegate()) {
78 if (delegate())
79 delegate()->OnIPCHandlerStarted(IPCManager::TYPE_BINDER);
bluetooth_gatt_server_binder_server.h 36 public bluetooth::GattServer::Delegate {
67 // bluetooth::GattServer::Delegate overrides:
  /packages/apps/Gallery2/src/com/android/photos/
MultiChoiceManager.java 51 public interface Delegate {
67 private Delegate mDelegate;
76 public void setDelegate(Delegate delegate) {
77 if (mDelegate == delegate) {
83 mDelegate = delegate;
189 private Delegate mDelegate;
192 public BulkDeleteTask(Delegate delegate, List<Object> paths) {
193 mDelegate = delegate;
    [all...]
GalleryActivity.java 155 mActivity.mMultiChoiceManager.setDelegate((MultiChoiceManager.Delegate) object);
  /external/libchrome/base/message_loop/
message_pump_glib.cc 168 Delegate* delegate; member in struct:base::MessagePumpGlib::RunState
267 if (state_->delegate->DoWork()) {
278 state_->delegate->DoDelayedWork(&delayed_work_time_);
281 void MessagePumpGlib::Run(Delegate* delegate) {
287 state.delegate = delegate;
313 more_work_is_plausible |= state_->delegate->DoWork();
318 state_->delegate->DoDelayedWork(&delayed_work_time_)
    [all...]
  /external/libchrome/base/threading/
thread.h 41 class BASE_EXPORT Thread : PlatformThread::Delegate {
214 // PlatformThread::Delegate methods:
thread_local_storage_unittest.cc 33 class ThreadLocalStorageRunner : public DelegateSimpleThread::Delegate {
platform_thread_unittest.cc 27 class TrivialThread : public PlatformThread::Delegate {
71 class FunctionTestThread : public PlatformThread::Delegate {
thread_local_unittest.cc 15 class ThreadLocalTesterBase : public base::DelegateSimpleThreadPool::Delegate {
worker_pool_posix.cc 63 class WorkerThread : public PlatformThread::Delegate {
  /libcore/ojluni/src/main/java/java/security/
Signature.java 328 return new Delegate(algorithm);
349 sig = new Delegate(spi, algorithm);
512 return new Delegate(new CipherAdapter(c), RSA_SIGNATURE);
532 // empty, overridden in Delegate
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
ActionBarDrawerToggle.java 68 * Allows an implementing Activity to return an {@link ActionBarDrawerToggle.Delegate} to use
74 * @return Delegate to use for ActionBarDrawableToggles, or null if the Activity
78 Delegate getDrawerToggleDelegate();
81 public interface Delegate {
193 private final Delegate mActivityImpl;
  /external/libchrome/base/
lazy_instance_unittest.cc 46 class SlowDelegate : public base::DelegateSimpleThread::Delegate {
91 SlowDelegate delegate(&lazy_slow);
95 pool.AddWork(&delegate, 20);
sync_socket_unittest.cc 15 class HangingReceiveThread : public base::DelegateSimpleThread::Delegate {
  /external/libweave/src/notification/
xmpp_stream_parser.cc 11 XmppStreamParser::XmppStreamParser(Delegate* delegate) : delegate_{delegate} {
xmpp_channel.h 40 public XmppStreamParser::Delegate,
57 void Start(NotificationDelegate* delegate) override;
87 // Overrides from XmppStreamParser::Delegate.
xmpp_iq_stanza_handler_unittest.cc 35 class XmlParser : public XmppStreamParser::Delegate {
43 // Overrides from XmppStreamParser::Delegate.
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AppCompatDelegateImplBase.java 134 public final ActionBarDrawerToggle.Delegate getDrawerToggleDelegate() {
153 private class ActionBarDrawableToggleImpl implements ActionBarDrawerToggle.Delegate {
AppCompatDelegate.java 47 * This class represents a delegate which you can use to extend AppCompat's support to any
64 * There also some Activity lifecycle methods which should be proxied to the delegate:
215 * Set a {@link Toolbar} to act as the {@link ActionBar} for this delegate.
319 * Returns an {@link ActionBarDrawerToggle.Delegate} which can be returned from your Activity
323 public abstract ActionBarDrawerToggle.Delegate getDrawerToggleDelegate();
429 * Override the night mode used for this delegate's host component. This method only takes
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 34 class Delegate {
39 virtual ~Delegate() {}
44 Delegate *TheDelegate;
123 void resetDelegate(Delegate *delegate) {
124 // Ensure another delegate does not take over unless the current
125 // delegate first unattaches itself. If we ever need to multicast
127 assert(TheDelegate == delegate &&
128 "Only the current delegate can perform reset!");
132 void setDelegate(Delegate *delegate)
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailContentProvider.java 48 * permission checks and then delegates database level operations to respective table delegate
54 private VoicemailTable.Delegate mVoicemailContentTable;
55 private VoicemailTable.Delegate mVoicemailStatusTable;
151 /** Returns the correct table delegate object that can handle this URI. */
152 private VoicemailTable.Delegate getTableDelegate(UriData uriData) {
  /external/libchrome/base/process/
kill_posix.cc 154 class BackgroundReaper : public PlatformThread::Delegate {
161 // Overridden from PlatformThread::Delegate:
  /external/libchrome/base/synchronization/
waitable_event_unittest.cc 77 class WaitableEventSignaler : public PlatformThread::Delegate {

Completed in 851 milliseconds

1 23 4 5 6