Searched defs:source (Results 101 - 125 of 673) sorted by last modified time

1234567891011>>

/frameworks/native/services/inputflinger/
H A DInputReader.cpp200 nsecs_t when, int32_t deviceId, uint32_t source,
210 NotifyKeyArgs args(when, deviceId, source, policyFlags,
217 nsecs_t when, int32_t deviceId, uint32_t source,
219 synthesizeButtonKey(context, action, when, deviceId, source, policyFlags,
222 synthesizeButtonKey(context, action, when, deviceId, source, policyFlags,
1039 dump.appendFormat(INDENT3 "%s: source=0x%08x, "
1041 name, range.source, range.min, range.max, range.flat, range.fuzz,
2172 uint32_t source, int32_t keyboardType) :
2173 InputMapper(device), mSource(source),
3517 mOrientedRanges.x.source
199 synthesizeButtonKey(InputReaderContext* context, int32_t action, nsecs_t when, int32_t deviceId, uint32_t source, uint32_t policyFlags, int32_t lastButtonState, int32_t currentButtonState, int32_t buttonState, int32_t keyCode) argument
216 synthesizeButtonKeys(InputReaderContext* context, int32_t action, nsecs_t when, int32_t deviceId, uint32_t source, uint32_t policyFlags, int32_t lastButtonState, int32_t currentButtonState) argument
2171 KeyboardInputMapper(InputDevice* device, uint32_t source, int32_t keyboardType) argument
6308 dispatchMotion(nsecs_t when, uint32_t policyFlags, uint32_t source, int32_t action, int32_t actionButton, int32_t flags, int32_t metaState, int32_t buttonState, int32_t edgeFlags, const PointerProperties* properties, const PointerCoords* coords, const uint32_t* idToIndex, BitSet32 idBits, int32_t changedId, float xPrecision, float yPrecision, nsecs_t downTime) argument
[all...]
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1376 << "Should return unknown key code state when source not supported.";
1378 << "Should return unknown scan code state when source not supported.";
1380 << "Should return unknown switch state when source not supported.";
1383 << "Should query mapper when source is supported.";
1385 << "Should query mapper when source is supported.";
1387 << "Should query mapper when source is supported.";
1392 << "Should do nothing when source is unsupported.";
1393 ASSERT_EQ(0, flags[0]) << "Flag should be unchanged when source is unsupported.";
1394 ASSERT_EQ(0, flags[1]) << "Flag should be unchanged when source is unsupported.";
1395 ASSERT_EQ(0, flags[2]) << "Flag should be unchanged when source i
1488 assertMotionRange(const InputDeviceInfo& info, int32_t axis, uint32_t source, float min, float max, float flat, float fuzz) argument
1491 ASSERT_TRUE(range != NULL) << "Axis: " << axis << " Source: " << source; local
1492 ASSERT_EQ(axis, range->axis) << "Axis: " << axis << " Source: " << source; local
1493 ASSERT_EQ(source, range->source) << "Axis: " << axis << " Source: " << source; local
1494 ASSERT_NEAR(min, range->min, EPSILON) << "Axis: " << axis << " Source: " << source; local
1495 ASSERT_NEAR(max, range->max, EPSILON) << "Axis: " << axis << " Source: " << source; local
1496 ASSERT_NEAR(flat, range->flat, EPSILON) << "Axis: " << axis << " Source: " << source; local
1497 ASSERT_NEAR(fuzz, range->fuzz, EPSILON) << "Axis: " << axis << " Source: " << source; local
[all...]
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.cpp340 status_t VirtualDisplaySurface::dequeueBuffer(Source source, argument
344 status_t result = mSource[source]->dequeueBuffer(sslot, fence,
348 int pslot = mapSource2ProducerSlot(source, *sslot);
350 dbgSourceStr(source), *sslot, pslot, result);
351 uint64_t sourceBit = static_cast<uint64_t>(source) << pslot;
354 // This slot was previously dequeued from the other source; must
368 result = mSource[source]->requestBuffer(*sslot, &mProducerBuffers[pslot]);
371 mSource[source]->cancelBuffer(*sslot, *fence);
375 dbgSourceStr(source), pslot, mProducerBuffers[pslot].get(),
398 Source source local
535 Source source = fbSourceForCompositionType(mCompositionType); local
662 mapSource2ProducerSlot(Source source, int sslot) argument
669 mapProducer2SourceSlot(Source source, int pslot) argument
[all...]
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES20RenderEngine.cpp285 void GLES20RenderEngine::setSourceDataSpace(android_dataspace source) { argument
286 if (source == HAL_DATASPACE_UNKNOWN) {
288 source = HAL_DATASPACE_V0_SRGB;
290 mDataSpace = source;
H A DProgram.cpp97 GLuint Program::buildShader(const char* source, GLenum type) { argument
99 glShaderSource(shader, 1, &source, 0);
108 ALOGE("Error while compiling shader: \n%s\n%s", source, log);
/frameworks/ex/common/java/com/android/common/
H A DRfc822InputFilter.java33 public CharSequence filter(CharSequence source, int start, int end, Spanned dest, argument
37 if (end-start != 1 || source.charAt(start) != ' ') {
59 if (source instanceof Spanned) {
61 sb.append(source);
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java406 public Spanned fromHtml(String source, ImageGetter imageGetter, TagHandler tagHandler); argument
1857 public Spanned fromHtml(String source) { argument
1858 return Html.fromHtml(source);
1861 public Spanned fromHtml(String source, ImageGetter imageGetter, TagHandler tagHandler) { argument
1862 return Html.fromHtml(source, imageGetter, tagHandler);
/frameworks/multidex/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/data-binding/compiler/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/data-binding/developmentPlugins/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/data-binding/extensions/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/data-binding/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/data-binding/integration-tests/App With Spaces/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/data-binding/integration-tests/IndependentLibrary/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/data-binding/integration-tests/MultiModuleTestApp/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/data-binding/integration-tests/TestApp/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/data-binding/samples/BindingDemo/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/compile/libbcc/lib/
H A DRSCompilerDriver.cpp114 // embed build checksum metadata into the source
209 ALOGE("Unable to compile the source to file %s! (%s)", pOutputPath,
255 Source *source = Source::CreateFromBuffer(pContext, pResName, local
257 if (source == nullptr) {
261 Script script(source);
314 for (Source* source : sources) {
315 if (!source->extractMetadata()) {
331 for (Source* source : sources) {
333 source->getWrapperInformation(&sourceWrapperCompilerVersion, &sourceWrapperOptimizationLevel);
337 ALOGE("ScriptGroup source file
388 Source* source = sources[p.first]; local
[all...]
H A DRSScriptGroupFusion.cpp39 const Function* getInvokeFunction(const Source& source, const int slot, argument
42 bcinfo::MetadataExtractor &metadata = *source.getMetadata();
52 getFunction(Module* mergedModule, const Source* source, const int slot, argument
55 bcinfo::MetadataExtractor &metadata = *source->getMetadata();
59 source->getName().c_str(), slot);
65 source->getName().c_str(), functionName);
98 for (const Source* source : sources) {
100 bcinfo::MetadataExtractor &metadata = *source->getMetadata();
104 source->getName().c_str(), slot);
111 source
319 renameInvoke(BCCContext& Context, const Source* source, const int slot, const std::string& newName, Module* module) argument
[all...]
/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp63 llvm::cl::desc("Lists of kernels to merge (as source-and-slot "
175 std::cerr << "source " << sourceStr << ", slot " << slotStr << std::endl;
177 int source = std::stoi(sourceStr); local
179 planList.push_back(std::make_pair(source, slot));
189 bcc::Source* source = local
191 if (!source) {
195 sources.push_back(source);
339 Source *source = Source::CreateFromBuffer(context, OptInputFilenames[0].c_str(), local
343 if (!source) {
344 ALOGE("Failed to load source fro
[all...]
/frameworks/compile/libbcc/tools/bcc_compat/
H A DMain.cpp118 Source *source = Source::CreateFromFile(pContext, input_bitcode); local
119 if (source == nullptr) {
126 if (!result->mergeSource(*source)) {
129 delete source;
133 result = new (std::nothrow) Script(source);
137 delete source;
/frameworks/base/tools/preload2/src/com/android/preload/actions/
H A DComputeThresholdAction.java127 private static Set<String> getBootClassPathClasses(Map<String, String> source) { argument
129 for (Map.Entry<String, String> e : source.entrySet()) {
/frameworks/base/wifi/java/android/net/wifi/
H A DBatchedScanResult.java44 public BatchedScanResult(BatchedScanResult source) { argument
45 truncated = source.truncated;
46 for (ScanResult s : source.scanResults) scanResults.add(new ScanResult(s));
H A DScanResult.java514 public ScanResult(ScanResult source) { argument
515 if (source != null) {
516 wifiSsid = source.wifiSsid;
517 SSID = source.SSID;
518 BSSID = source.BSSID;
519 hessid = source.hessid;
520 anqpDomainId = source.anqpDomainId;
521 informationElements = source.informationElements;
522 anqpElements = source.anqpElements;
523 capabilities = source
[all...]

Completed in 633 milliseconds

1234567891011>>