HomeSort by relevance Sort by last modified time
    Searched refs:Adapter (Results 76 - 100 of 136) sorted by null

1 2 34 5 6

  /developers/samples/android/wearable/wear/Timer/Wearable/src/main/java/com/example/android/wearable/timer/
SetTimerActivity.java 189 private final class TimerWearableListViewAdapter extends WearableListView.Adapter {
  /development/samples/browseable/Timer/Wearable/src/com.example.android.wearable.timer/
SetTimerActivity.java 189 private final class TimerWearableListViewAdapter extends WearableListView.Adapter {
  /external/libpcap/pcap/
pcap.h 331 * the packet is received by the network adapter, due to batching
449 Adapter *pcap_get_adapter(pcap_t *p);
  /external/libpcap/
pcap-int.h 112 typedef Adapter *(*getadapter_op_t)(pcap_t *);
132 ADAPTER *adapter; member in struct:pcap
pcap-win32.c 134 if(PacketGetStats(p->adapter, (struct bpf_stat*)ps) != TRUE){
146 if(PacketSetBuff(p->adapter,dim)==FALSE)
158 if(PacketSetMode(p->adapter,mode)==FALSE)
171 if(PacketSetMinToCopy(p->adapter, size)==FALSE)
179 /*return the Adapter for a pcap_t*/
180 static Adapter *
183 return p->adapter;
209 if(PacketReceivePacket(p->adapter,p->Packet,TRUE)==FALSE){
285 unsigned dfp = p->adapter->DagFastProcess;
291 if(PacketReceivePacket(p->adapter, p->Packet, TRUE)==FALSE)
    [all...]
  /frameworks/base/core/java/android/preference/
PreferenceGroupAdapter.java 28 import android.widget.Adapter;
34 * An adapter that returns the {@link Preference} contained in this group.
35 * In most cases, this adapter should be the base class for any custom
38 * This adapter obeys the
39 * {@link Preference}'s adapter rule (the
40 * {@link Adapter#getView(int, View, ViewGroup)} should be used instead of
42 * adapter via {@link Preference#getAdapter()}).
44 * This adapter also propagates data change/invalidated notifications upward.
46 * This adapter does not include this {@link PreferenceGroup} in the returned
47 * adapter, use {@link PreferenceCategoryAdapter} instead
    [all...]
  /frameworks/base/core/java/android/widget/
AdapterViewFlipper.java 143 public void setAdapter(Adapter adapter) {
144 super.setAdapter(adapter);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ItemBridgeAdapter.java 24 * Bridge from Presenter to RecyclerView.Adapter. Public to allow use by third
27 public class ItemBridgeAdapter extends RecyclerView.Adapter {
156 public ItemBridgeAdapter(ObjectAdapter adapter, PresenterSelector presenterSelector) {
157 setAdapter(adapter);
161 public ItemBridgeAdapter(ObjectAdapter adapter) {
162 this(adapter, null);
168 public void setAdapter(ObjectAdapter adapter) {
172 mAdapter = adapter;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d9.h 192 STDMETHOD(GetAdapterIdentifier)(THIS_ UINT Adapter, DWORD Flags, D3DADAPTER_IDENTIFIER9* pIdentifier) PURE;
193 STDMETHOD_(UINT, GetAdapterModeCount)(THIS_ UINT Adapter, D3DFORMAT Format) PURE;
194 STDMETHOD(EnumAdapterModes)(THIS_ UINT Adapter, D3DFORMAT Format, UINT Mode, D3DDISPLAYMODE* pMode) PURE;
195 STDMETHOD(GetAdapterDisplayMode)(THIS_ UINT Adapter, D3DDISPLAYMODE* pMode) PURE;
197 STDMETHOD(CheckDeviceFormat)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, D3DFORMAT CheckFormat) PURE;
198 STDMETHOD(CheckDeviceMultiSampleType)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, WINBOOL Windowed, D3DMULTISAMPLE_TYPE MultiSampleType, DWORD* pQualityLevels) PURE;
199 STDMETHOD(CheckDepthStencilMatch)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, D3DFORMAT RenderTargetFormat, D3DFORMAT DepthStencilFormat) PURE;
200 STDMETHOD(CheckDeviceFormatConversion)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SourceFormat, D3DFORMAT TargetFormat) PURE;
201 STDMETHOD(GetDeviceCaps)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9* pCaps) PURE;
202 STDMETHOD_(HMONITOR, GetAdapterMonitor)(THIS_ UINT Adapter) PURE
    [all...]
dlcapi.h 436 LLC_ADAPTER_LOG Adapter;
439 LLC_ADAPTER_LOG Adapter;
d3d8.h 140 STDMETHOD(GetAdapterIdentifier)(THIS_ UINT Adapter, DWORD Flags, D3DADAPTER_IDENTIFIER8 * pIdentifier) PURE;
141 STDMETHOD_(UINT,GetAdapterModeCount)(THIS_ UINT Adapter) PURE;
142 STDMETHOD(EnumAdapterModes)(THIS_ UINT Adapter, UINT Mode, D3DDISPLAYMODE * pMode) PURE;
143 STDMETHOD(GetAdapterDisplayMode)(THIS_ UINT Adapter, D3DDISPLAYMODE * pMode) PURE;
144 STDMETHOD(CheckDeviceType)(THIS_ UINT Adapter, D3DDEVTYPE CheckType, D3DFORMAT DisplayFormat, D3DFORMAT BackBufferFormat, WINBOOL Windowed) PURE;
145 STDMETHOD(CheckDeviceFormat)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, D3DFORMAT CheckFormat) PURE;
146 STDMETHOD(CheckDeviceMultiSampleType)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, WINBOOL Windowed, D3DMULTISAMPLE_TYPE MultiSampleType) PURE;
147 STDMETHOD(CheckDepthStencilMatch)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, D3DFORMAT RenderTargetFormat, D3DFORMAT DepthStencilFormat) PURE;
148 STDMETHOD(GetDeviceCaps)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS8 * pCaps) PURE;
149 STDMETHOD_(HMONITOR,GetAdapterMonitor)(THIS_ UINT Adapter) PURE
    [all...]
dxgi.idl 354 [out] IDXGIAdapter **adapter
370 [out] IDXGIAdapter **adapter
384 [out] IDXGIAdapter **adapter
444 HRESULT EnumAdapters1([in] UINT Adapter, [out] IDXGIAdapter1 **ppAdapter);
dxgi.h     [all...]
  /art/compiler/dex/
mir_graph.cc 72 block_id_map_(std::less<unsigned int>(), arena->Adapter()),
105 m_units_(arena->Adapter()),
106 method_stack_(arena->Adapter()),
112 extended_basic_blocks_(arena->Adapter()),
    [all...]
ssa_transformation.cc 74 ScopedArenaVector<BasicBlock*> succ(temp_scoped_alloc_->Adapter());
193 temp_scoped_alloc_->Adapter());
mir_analysis.cc 1230 allocator.Adapter());
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java 44 import android.widget.Adapter;
445 Adapter adapter = adapterView.getAdapter(); local
446 if (adapter instanceof BaseAdapter) {
447 BaseAdapter baseAdapter = (BaseAdapter) adapter;
449 } else if (adapter == null && adapterView instanceof RemoteAdapterConnectionCallback) {
450 // If the adapter is null, it may mean that the RemoteViewsAapter has not yet
451 // connected to its associated service, and hence the adapter hasn't been set.
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceWearableConfigActivity.java 158 private class ColorListAdapter extends WearableListView.Adapter {
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceWearableConfigActivity.java 158 private class ColorListAdapter extends WearableListView.Adapter {
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DigitalWatchFaceWearableConfigActivity.java 158 private class ColorListAdapter extends WearableListView.Adapter {
  /packages/services/Telecomm/src/com/android/server/telecom/
ConnectionServiceWrapper.java 395 private final class Adapter extends IConnectionServiceAdapter.Stub {
619 private final Adapter mAdapter = new Adapter();
661 private void addConnectionServiceAdapter(IConnectionServiceAdapter adapter) {
664 logOutgoing("addConnectionServiceAdapter %s", adapter);
665 mServiceInterface.addConnectionServiceAdapter(adapter);
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
RecyclerView.java 68 * <li><em>Adapter:</em> A subclass of {@link Adapter} responsible for providing views
70 * <li><em>Position:</em> The position of a data item within an <em>Adapter</em>.</li>
74 * to a <em>position</em> within the adapter.</li>
75 * <li><em>Recycle (view):</em> A view previously used to display data for a specific adapter
82 * by the adapter if the view was considered <em>dirty</em>.</li>
83 * <li><em>Dirty (view):</em> A child view that must be rebound by the adapter before
89 * RecyclerView introduces an additional level of abstraction between the {@link Adapter} and
91 * calculation. This saves LayoutManager from tracking adapter changes to calculate animations.
99 * <li>adapter position: Position of an item in the adapter. This is the position fro
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PageAdapter.java 28 import android.support.v7.widget.RecyclerView.Adapter;
53 * This class represents the adapter for the pages in the print preview list.
55 public final class PageAdapter extends Adapter {
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/
AnimatedRecyclerView.java 429 class MyAdapter extends RecyclerView.Adapter {

Completed in 1037 milliseconds

1 2 34 5 6