OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:adapter
(Results
1276 - 1300
of
2956
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/frameworks/native/libs/ui/
Gralloc1On0Adapter.cpp
271
auto
adapter
= getAdapter(device);
local
273
auto descriptor =
adapter
->getDescriptor(descriptorId);
279
auto error =
adapter
->allocate(descriptor, store, &bufferHandle);
/hardware/qcom/gps/loc_api/libloc_api_50001/
loc.cpp
313
loc_afw_data.
adapter
->mSupportsAgpsRequests = !loc_afw_data.
adapter
->hasAgpsExtendedCapabilities();
314
loc_afw_data.
adapter
->mSupportsPositionInjection = !loc_afw_data.
adapter
->hasCPIExtendedCapabilities();
315
loc_afw_data.
adapter
->mSupportsTimeInjection = !loc_afw_data.
adapter
->hasCPIExtendedCapabilities();
316
loc_afw_data.
adapter
->setGpsLockMsg(0);
317
loc_afw_data.
adapter
->requestUlp(getCarrierCapabilities());
324
loc_afw_data.
adapter
->setPowerVoteRight(loc_get_target() == TARGET_QCA1530);
325
loc_afw_data.
adapter
->setPowerVote(true)
[
all
...]
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc.cpp
313
loc_afw_data.
adapter
->mSupportsAgpsRequests = !loc_afw_data.
adapter
->hasAgpsExtendedCapabilities();
314
loc_afw_data.
adapter
->mSupportsPositionInjection = !loc_afw_data.
adapter
->hasCPIExtendedCapabilities();
315
loc_afw_data.
adapter
->mSupportsTimeInjection = !loc_afw_data.
adapter
->hasCPIExtendedCapabilities();
316
loc_afw_data.
adapter
->setGpsLockMsg(0);
317
loc_afw_data.
adapter
->requestUlp(getCarrierCapabilities());
324
loc_afw_data.
adapter
->setPowerVoteRight(loc_get_target() == TARGET_QCA1530);
325
loc_afw_data.
adapter
->setPowerVote(true)
[
all
...]
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc.cpp
316
loc_afw_data.
adapter
->mSupportsAgpsRequests = !loc_afw_data.
adapter
->hasAgpsExtendedCapabilities();
317
loc_afw_data.
adapter
->mSupportsPositionInjection = !loc_afw_data.
adapter
->hasCPIExtendedCapabilities();
318
loc_afw_data.
adapter
->mSupportsTimeInjection = !loc_afw_data.
adapter
->hasCPIExtendedCapabilities();
319
loc_afw_data.
adapter
->setGpsLockMsg(0);
320
loc_afw_data.
adapter
->requestUlp(ContextBase::getCarrierCapabilities());
327
loc_afw_data.
adapter
->setPowerVoteRight(loc_get_target() == TARGET_QCA1530);
328
loc_afw_data.
adapter
->setPowerVote(true)
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterState.java
30
* This state machine handles Bluetooth
Adapter
State.
495
infoLog("Bluetooth
adapter
state changed: " + oldState + "-> " + newState);
504
// We should have got the property change for
adapter
and remote devices.
/packages/apps/Calendar/src/com/android/calendar/event/
EventViewUtils.java
208
ArrayAdapter<String>
adapter
= new ArrayAdapter<String>(activity, resource, labels);
local
209
adapter
.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);
210
spinner.setAdapter(
adapter
);
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
LapsAdapter.java
40
class LapsAdapter extends RecyclerView.
Adapter
<LapsAdapter.LapItemHolder> {
133
* Record a new lap and update this
adapter
to include it.
155
* Remove all recorded laps and update this
adapter
.
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java
1039
HistoryManager
adapter
= mMasterImage.getHistory();
local
1047
HistoryManager
adapter
= mMasterImage.getHistory();
local
1293
HistoryManager
adapter
= mMasterImage.getHistory();
local
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageFooterView.java
281
final ConversationViewAdapter
adapter
= mMessageHeaderItem != null
local
283
if (
adapter
== null) {
286
mBidiFormatter =
adapter
.getBidiFormatter();
/frameworks/base/docs/html/guide/topics/appwidgets/
index.jd
[
all
...]
/art/compiler/optimizing/
dex_cache_array_fixups_arm.cc
34
graph->GetArena()->
Adapter
(kArenaAllocCodeGenerator)) {}
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResult.java
29
* will persist the test result and update its
adapter
and thus the list view.
/developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/
MainActivity.java
50
// Setup the GridView and set the
adapter
/developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/common/accounts/
GenericAccountService.java
38
* <p>It is important that the accountType specified here matches the value in your sync
adapter
/developers/samples/android/common/src/java/com/example/android/common/accounts/
GenericAccountService.java
38
* <p>It is important that the accountType specified here matches the value in your sync
adapter
/developers/samples/android/ui/activityscenetransition/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/
MainActivity.java
50
// Setup the GridView and set the
adapter
/development/samples/ApiDemos/src/com/example/android/apis/view/
List4.java
40
// Use our own list
adapter
/development/samples/HoneycombGallery/
_index.html
13
and other
adapter
-based app widgets, see <a href="../StackWidget/index.html">StackView App Widget</a></li>
/development/samples/StackWidget/src/com/example/android/stackwidget/
StackWidgetProvider.java
61
// update each of the widgets with the remote
adapter
/development/samples/XmlAdapters/res/values/
attrs.xml
19
<!--
Adapter
used to bind cursors. -->
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
ContactPhotoBinder.java
36
* This custom cursor binder is used by the
adapter
defined in res/xml to
/development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.activityscenetransitionbasic/
MainActivity.java
50
// Setup the GridView and set the
adapter
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/accounts/
GenericAccountService.java
38
* <p>It is important that the accountType specified here matches the value in your sync
adapter
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
CustomArrayAdapter.java
42
* This is a custom array
adapter
used to populate the listview whose items will
/development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
HeadlinesFragment.java
40
// The list
adapter
for the list we are displaying
Completed in 421 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>