Searched refs:flags (Results 276 - 300 of 1709) sorted by last modified time

<<11121314151617181920>>

/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp412 list->flags = HWC_GEOMETRY_CHANGED;
430 testPrintI(" flags: %#x%s", list->flags,
431 (list->flags & HWC_GEOMETRY_CHANGED) ? " GEOMETRY_CHANGED" : "");
449 testPrintI(" flags: %#x%s",
450 list->hwLayers[layer].flags,
451 (list->hwLayers[layer].flags & HWC_SKIP_LAYER)
458 // which are formed from combinations of the other flags.
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec77 GLsync glFenceSync ( GLenum condition, GLbitfield flags )
80 GLenum glClientWaitSync ( GLsync sync, GLbitfield flags, GLuint64 timeout )
81 void glWaitSync ( GLsync sync, GLbitfield flags, GLuint64 timeout )
/frameworks/native/services/batteryservice/
H A DIBatteryPropertiesRegistrar.cpp70 uint32_t flags)
101 return BBinder::onTransact(code, data, reply, flags);
67 onTransact(uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp484 int32_t flags = windowInfo->layoutParamsFlags; local
487 if (!(flags & InputWindowInfo::FLAG_NOT_TOUCHABLE)) {
488 bool isTouchModal = (flags & (InputWindowInfo::FLAG_NOT_FOCUSABLE
562 return ! (keyEntry->flags & AKEY_EVENT_FLAG_CANCELED)
667 entry->action, entry->flags, entry->keyCode, entry->scanCode,
743 entry->flags |= AKEY_EVENT_FLAG_LONG_PRESS;
745 entry->flags &= ~AKEY_EVENT_FLAG_LONG_PRESS;
815 "action=0x%x, flags=0x%x, keyCode=0x%x, scanCode=0x%x, metaState=0x%x, "
819 entry->action, entry->flags, entry->keyCode, entry->scanCode, entry->metaState,
891 "action=0x%x, actionButton=0x%x, flags
1214 int32_t flags = windowInfo->layoutParamsFlags; local
2403 int32_t flags = args->flags; local
2623 int32_t flags = keyEvent->getFlags(); local
3931 KeyEntry(nsecs_t eventTime, int32_t deviceId, uint32_t source, uint32_t policyFlags, int32_t action, int32_t flags, int32_t keyCode, int32_t scanCode, int32_t metaState, int32_t repeatCount, nsecs_t downTime) argument
3966 MotionEntry(nsecs_t eventTime, int32_t deviceId, uint32_t source, uint32_t policyFlags, int32_t action, int32_t actionButton, int32_t flags, int32_t metaState, int32_t buttonState, int32_t edgeFlags, float xPrecision, float yPrecision, nsecs_t downTime, int32_t displayId, uint32_t pointerCount, const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, float xOffset, float yOffset) argument
4061 trackKey(const KeyEntry* entry, int32_t action, int32_t flags) argument
4112 trackMotion(const MotionEntry* entry, int32_t action, int32_t flags) argument
4239 addKeyMemento(const KeyEntry* entry, int32_t flags) argument
4252 addMotionMemento(const MotionEntry* entry, int32_t flags, bool hovering) argument
[all...]
H A DInputDispatcher.h83 * including the window's input channel, control flags, a timeout, and an X / Y offset to
154 int32_t flags; member in struct:android::InputTarget
229 * and early event preprocessing such as updating policy flags.
238 * and early event preprocessing such as updating policy flags.
330 * It should include POLICY_FLAG_FILTERED in the policy flags during injection.
479 int32_t flags; member in struct:android::InputDispatcher::KeyEntry
499 int32_t flags, int32_t keyCode, int32_t scanCode, int32_t metaState,
514 int32_t flags; member in struct:android::InputDispatcher::MotionEntry
528 int32_t action, int32_t actionButton, int32_t flags,
551 // Set to the resolved action and flags whe
761 int32_t flags; member in struct:android::InputDispatcher::InputState::KeyMemento
769 int32_t flags; member in struct:android::InputDispatcher::InputState::MotionMemento
[all...]
H A DInputListener.cpp47 int32_t action, int32_t flags, int32_t keyCode, int32_t scanCode,
50 action(action), flags(flags), keyCode(keyCode), scanCode(scanCode),
57 action(other.action), flags(other.flags),
71 int32_t action, int32_t actionButton, int32_t flags, int32_t metaState,
77 flags(flags), metaState(metaState), buttonState(buttonState),
89 action(other.action), actionButton(other.actionButton), flags(other.flags),
45 NotifyKeyArgs(nsecs_t eventTime, int32_t deviceId, uint32_t source, uint32_t policyFlags, int32_t action, int32_t flags, int32_t keyCode, int32_t scanCode, int32_t metaState, nsecs_t downTime) argument
69 NotifyMotionArgs(nsecs_t eventTime, int32_t deviceId, uint32_t source, uint32_t policyFlags, int32_t action, int32_t actionButton, int32_t flags, int32_t metaState, int32_t buttonState, int32_t edgeFlags, int32_t displayId, uint32_t pointerCount, const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, float xPrecision, float yPrecision, nsecs_t downTime) argument
[all...]
H A DInputListener.h60 int32_t flags; member in struct:android::NotifyKeyArgs
69 int32_t action, int32_t flags, int32_t keyCode, int32_t scanCode,
88 int32_t flags; member in struct:android::NotifyMotionArgs
103 int32_t action, int32_t actionButton, int32_t flags,
H A DInputReader.cpp2305 // For internal keyboards, the key layout file should specify the policy flags for
3694 uint32_t flags; local
3696 &keyCode, &dummyKeyMetaState, &flags)) {
3704 virtualKey.flags = flags;
6203 int32_t action, int32_t actionButton, int32_t flags,
6241 action, actionButton, flags, metaState, buttonState, edgeFlags,
6202 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
H A DInputReader.h1295 uint32_t flags; member in struct:android::TouchInputMapper::VirtualKey
1869 int32_t flags, int32_t metaState, int32_t buttonState, int32_t edgeFlags,
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp310 uint32_t flags; member in struct:android::FakeEventHub::KeyInfo
416 int32_t keyCode, uint32_t flags) {
420 info.flags = flags;
532 *outFlags = key->flags;
1142 uint8_t flags[4] = { 0, 0, 0, 1 }; local
1144 ASSERT_FALSE(mReader->hasKeys(0, AINPUT_SOURCE_ANY, 4, keyCodes, flags))
1146 ASSERT_TRUE(!flags[0] && !flags[1] && !flags[
415 addKey(int32_t deviceId, int32_t scanCode, int32_t usageCode, int32_t keyCode, uint32_t flags) argument
1285 uint8_t flags[2] = { 0, 1 }; local
1363 uint8_t flags[4] = { 0, 0, 0, 1 }; local
1862 uint8_t flags[2] = { 0, 0 }; local
2792 uint8_t flags[2] = { 0, 0 }; local
[all...]
/frameworks/native/services/powermanager/
H A DIPowerManager.cpp38 virtual status_t acquireWakeLock(int flags, const sp<IBinder>& lock, const String16& tag, argument
45 data.writeInt32(flags);
54 virtual status_t acquireWakeLockWithUid(int flags, const sp<IBinder>& lock, const String16& tag, argument
61 data.writeInt32(flags);
69 virtual status_t releaseWakeLock(const sp<IBinder>& lock, int flags, bool isOneWay) argument
74 data.writeInt32(flags);
99 virtual status_t goToSleep(int64_t event_time_ms, int reason, int flags) argument
105 data.writeInt32(flags);
/frameworks/native/services/sensorservice/
H A DSensorDevice.cpp194 info.bestBatchParams.flags, info.bestBatchParams.batchDelay,
196 mSensorDevice->batch(mSensorDevice, handle,info.bestBatchParams.flags,
235 status_t SensorDevice::batch(void* ident, int handle, int flags, int64_t samplingPeriodNs, argument
250 "SensorDevice::batch: ident=%p, handle=0x%08x, flags=%d, period_ns=%" PRId64 " timeout=%" PRId64,
251 ident, handle, flags, samplingPeriodNs, maxBatchReportLatencyNs);
257 BatchParams params(flags, samplingPeriodNs, maxBatchReportLatencyNs);
261 info.setBatchParamsForIdent(ident, flags, samplingPeriodNs, maxBatchReportLatencyNs);
279 info.bestBatchParams.flags, info.bestBatchParams.batchDelay,
281 err = mSensorDevice->batch(mSensorDevice, handle, info.bestBatchParams.flags,
292 info.bestBatchParams.flags, inf
437 setBatchParamsForIdent(void* ident, int flags, int64_t samplingPeriodNs, int64_t maxBatchReportLatencyNs) argument
[all...]
H A DSensorDevice.h44 status_t batch(void* ident, int handle, int flags, int64_t samplingPeriodNs,
65 // Struct to store all the parameters(samplingPeriod, maxBatchReportLatency and flags) from
68 // TODO: Get rid of flags parameter everywhere.
69 int flags; member in struct:android::SensorDevice::BatchParams
71 BatchParams() : flags(0), batchDelay(0), batchTimeout(0) {}
72 BatchParams(int flag, nsecs_t delay, nsecs_t timeout): flags(flag), batchDelay(delay),
76 other.flags != flags;
95 status_t setBatchParamsForIdent(void* ident, int flags, int64_t samplingPeriodNs,
H A DSensorEventConnection.cpp174 // If flags is still set to zero, we don't need to add this fd to the Looper, if the fd has
319 scratch[index_wake_up_event].flags |= WAKE_UP_SENSOR_EVENT_NEEDS_ACK;
333 scratch[index_wake_up_event].flags &= ~WAKE_UP_SENSOR_EVENT_NEEDS_ACK;
401 flushCompleteEvent.flags |= WAKE_UP_SENSOR_EVENT_NEEDS_ACK;
428 mEventCache[index_wake_up_event + numEventsSent].flags |=
442 mEventCache[index_wake_up_event + numEventsSent].flags &=
H A DSensorInterface.cpp65 status_t HardwareSensor::batch(void* ident, int /*handle*/, int flags, argument
67 return mSensorDevice.batch(ident, mSensor.getHandle(), flags, samplingPeriodNs,
H A DSensorInterface.h38 virtual status_t batch(void* ident, int handle, int /*flags*/, int64_t samplingPeriodNs,
86 virtual status_t batch(void* ident, int handle, int flags, int64_t samplingPeriodNs,
H A DSensorService.cpp499 // Reset sensors_event_t.flags to zero for all events in the buffer.
501 mSensorEventBuffer[i].flags = 0;
614 s.flags |= DYNAMIC_SENSOR_MASK;
1060 ALOGD_IF(DEBUG_CONNECTIONS, "Calling batch handle==%d flags=%d"
/frameworks/native/services/surfaceflinger/
H A DClient.cpp89 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
105 return BnSurfaceComposerClient::onTransact(code, data, reply, flags);
111 uint32_t w, uint32_t h, PixelFormat format, uint32_t flags,
129 uint32_t flags; member in class:android::MessageCreateLayer
133 uint32_t w, uint32_t h, PixelFormat format, uint32_t flags,
138 name(name), w(w), h(h), format(format), flags(flags) {
142 result = flinger->createLayer(name, client, w, h, format, flags,
149 name, this, w, h, format, flags, handle, gbp);
88 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
109 createSurface( const String8& name, uint32_t w, uint32_t h, PixelFormat format, uint32_t flags, sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp) argument
131 MessageCreateLayer(SurfaceFlinger* flinger, const String8& name, Client* client, uint32_t w, uint32_t h, PixelFormat format, uint32_t flags, sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp) argument
H A DClient.h57 uint32_t w, uint32_t h,PixelFormat format, uint32_t flags,
68 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags);
H A DDisplayDevice.cpp448 uint32_t flags = 0; local
451 flags = Transform::ROT_0;
454 flags = Transform::ROT_90;
457 flags = Transform::ROT_180;
460 flags = Transform::ROT_270;
465 tr->set(flags, w, h);
H A DGpuService.cpp36 Parcel* reply, uint32_t flags)
52 return BBinder::onTransact(code, data, reply, flags);
111 0, /* flags */
35 onTransact(uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2On1Adapter.cpp1282 mHwc1RequestedContents->flags = 0;
1284 mHwc1RequestedContents->flags |= HWC_GEOMETRY_CHANGED;
1575 if (hwcLayer.flags != 0) {
1577 if ((hwcLayer.flags & HWC_SKIP_LAYER) != 0) {
1580 if ((hwcLayer.flags & HWC_IS_CURSOR_LAYER) != 0) {
1596 ((hwcContents.flags & HWC_GEOMETRY_CHANGED) != 0 ? "Y\n" : "N\n");
1937 hwc1Target.flags = 0;
2283 hwc1Layer.flags = HWC_SKIP_LAYER;
2288 hwc1Layer.flags = 0;
2292 hwc1Layer.flags |
[all...]
H A DHWComposer.h43 extern "C" int clock_nanosleep(clockid_t clock_id, int flags,
H A DHWComposer_hwc1.cpp601 disp.framebufferTarget->flags = 0;
624 disp.list->flags = HWC_GEOMETRY_CHANGED;
710 if (l.flags & HWC_SKIP_LAYER) {
793 disp.list->flags &= ~HWC_GEOMETRY_CHANGED;
983 getLayer()->flags |= HWC_SKIP_LAYER;
991 l->flags = HWC_SKIP_LAYER;
1003 getLayer()->flags |= HWC_SKIP_LAYER;
1005 getLayer()->flags &= ~HWC_SKIP_LAYER;
1011 getLayer()->flags |= HWC_IS_CURSOR_LAYER;
1014 getLayer()->flags
[all...]
H A DHWComposer_hwc1.h35 extern "C" int clock_nanosleep(clockid_t clock_id, int flags,

Completed in 220 milliseconds

<<11121314151617181920>>