/hardware/interfaces/tests/pointer/1.0/default/lib/ |
D | PointerHelper.cpp | 9 void simpleGraph(IGraph::Graph& g) { in simpleGraph() argument 10 g.nodes.resize(2); in simpleGraph() 11 g.edges.resize(1); in simpleGraph() 12 g.nodes[0].data = 10; in simpleGraph() 13 g.nodes[1].data = 20; in simpleGraph() 14 g.edges[0].left = &g.nodes[0]; in simpleGraph() 15 g.edges[0].right = &g.nodes[1]; in simpleGraph() 18 bool isSimpleGraph(const IGraph::Graph &g) { in isSimpleGraph() argument 19 if(g.nodes.size() != 2) return false; in isSimpleGraph() 20 if(g.edges.size() != 1) return false; in isSimpleGraph() [all …]
|
/hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/ |
D | img_gralloc.h | 33 (const gralloc_module_t *g, buffer_handle_t handle) in gralloc0_register_img() argument 35 return g->registerBuffer(g, handle); in gralloc0_register_img() 39 (const gralloc_module_t *g, buffer_handle_t handle) in gralloc0_unregister_img() argument 41 return g->unregisterBuffer(g, handle); in gralloc0_unregister_img() 58 (const gralloc_module_t *g, buffer_handle_t handle, int usage, in gralloc0_lock_async_img() argument 61 return g->lockAsync(g, handle, usage, in gralloc0_lock_async_img() 67 (const gralloc_module_t *g, buffer_handle_t handle, int *releaseFence) in gralloc0_unlock_async_img() argument 69 return g->unlockAsync(g, handle, releaseFence); in gralloc0_unlock_async_img() 73 (const gralloc_module_t *g, buffer_handle_t src, buffer_handle_t dest, in gralloc0_blit_handle_to_handle_img() argument 77 return g->perform(g, GRALLOC_BLIT_HANDLE_TO_HANDLE_IMG, src, dest, w, h, in gralloc0_blit_handle_to_handle_img() [all …]
|
D | img_gralloc1.h | 48 (gralloc1_device_t *g, buffer_handle_t handle) in gralloc1_register_img() argument 52 g->getFunction(g, GRALLOC1_FUNCTION_RETAIN); in gralloc1_register_img() 55 err = f(g, handle); in gralloc1_register_img() 68 (gralloc1_device_t *g, buffer_handle_t handle) in gralloc1_unregister_img() argument 72 g->getFunction(g, GRALLOC1_FUNCTION_RELEASE); in gralloc1_unregister_img() 75 err = f(g, handle); in gralloc1_unregister_img() 188 (gralloc1_device_t *g, buffer_handle_t handle, int usage, in gralloc1_lock_async_img() argument 193 g->getFunction(g, GRALLOC1_FUNCTION_LOCK); in gralloc1_lock_async_img() 201 err = f(g, handle, producerUsage, consumerUsage, r, vaddr, acquireFence); in gralloc1_lock_async_img() 214 (gralloc1_device_t *g, buffer_handle_t handle, int *releaseFence) in gralloc1_unlock_async_img() argument [all …]
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/ |
D | img_gralloc.h | 33 (const gralloc_module_t *g, buffer_handle_t handle) in gralloc0_register_img() argument 35 return g->registerBuffer(g, handle); in gralloc0_register_img() 39 (const gralloc_module_t *g, buffer_handle_t handle) in gralloc0_unregister_img() argument 41 return g->unregisterBuffer(g, handle); in gralloc0_unregister_img() 58 (const gralloc_module_t *g, buffer_handle_t handle, int usage, in gralloc0_lock_async_img() argument 61 return g->lockAsync(g, handle, usage, in gralloc0_lock_async_img() 67 (const gralloc_module_t *g, buffer_handle_t handle, int *releaseFence) in gralloc0_unlock_async_img() argument 69 return g->unlockAsync(g, handle, releaseFence); in gralloc0_unlock_async_img() 73 (const gralloc_module_t *g, buffer_handle_t src, buffer_handle_t dest, in gralloc0_blit_handle_to_handle_img() argument 77 return g->perform(g, GRALLOC_BLIT_HANDLE_TO_HANDLE_IMG, src, dest, w, h, in gralloc0_blit_handle_to_handle_img() [all …]
|
D | img_gralloc1.h | 48 (gralloc1_device_t *g, buffer_handle_t handle) in gralloc1_register_img() argument 52 g->getFunction(g, GRALLOC1_FUNCTION_RETAIN); in gralloc1_register_img() 55 err = f(g, handle); in gralloc1_register_img() 68 (gralloc1_device_t *g, buffer_handle_t handle) in gralloc1_unregister_img() argument 72 g->getFunction(g, GRALLOC1_FUNCTION_RELEASE); in gralloc1_unregister_img() 75 err = f(g, handle); in gralloc1_unregister_img() 188 (gralloc1_device_t *g, buffer_handle_t handle, int usage, in gralloc1_lock_async_img() argument 193 g->getFunction(g, GRALLOC1_FUNCTION_LOCK); in gralloc1_lock_async_img() 201 err = f(g, handle, producerUsage, consumerUsage, r, vaddr, acquireFence); in gralloc1_lock_async_img() 214 (gralloc1_device_t *g, buffer_handle_t handle, int *releaseFence) in gralloc1_unlock_async_img() argument [all …]
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
D | VehiclePropertyStore.cpp | 40 MuxGuard g(mLock); in registerProperty() local 45 MuxGuard g(mLock); in writeValue() local 60 MuxGuard g(mLock); in removeValue() local 69 MuxGuard g(mLock); in removeValuesForProperty() local 75 MuxGuard g(mLock); in readAllValues() local 86 MuxGuard g(mLock); in readValuesForProperty() local 97 MuxGuard g(mLock); in readValueOrNull() local 106 MuxGuard g(mLock); in readValueOrNull() local 113 MuxGuard g(mLock); in getAllConfigs() local 123 MuxGuard g(mLock); in getConfigOrNull() local
|
D | SubscriptionManager.cpp | 106 MuxGuard g(mLock); in addOrUpdateSubscription() local 139 MuxGuard g(mLock); in distributeValuesToClients() local 163 MuxGuard g(mLock); in getSubscribedClients() local 248 MuxGuard g(mLock); in unsubscribe() local 294 MuxGuard g(mLock); in onCallbackDead() local
|
/hardware/interfaces/tests/pointer/1.0/default/lib/include/hidl-test/ |
D | PointerHelper.h | 10 void simpleGraph(IGraph::Graph& g); 11 bool isSimpleGraph(const IGraph::Graph &g); 12 void logSimpleGraph(const char *prefix, const IGraph::Graph& g);
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
D | RecurrentTimer.h | 63 std::lock_guard<std::mutex> g(mLock); in registerRecurrentEvent() 71 std::lock_guard<std::mutex> g(mLock); in unregisterRecurrentEvent() 105 std::unique_lock<std::mutex> g(mLock); in loop() 124 std::unique_lock<std::mutex> g(mLock); in loop() 125 mCond.wait_until(g, nextEventTime); // nextEventTime can be nanoseconds::max() in loop() 132 std::lock_guard<std::mutex> g(mLock); in stop()
|
D | ConcurrentQueue.h | 32 std::unique_lock<std::mutex> g(mLock); in waitForItems() 34 mCond.wait(g); in waitForItems() 41 MuxGuard g(mLock); in flush() 54 MuxGuard g(mLock); in push() 68 MuxGuard g(mLock); in deactivate()
|
/hardware/google/easel/camera/libhdrplusclient/ |
D | HdrPlusClientUtils.cpp | 30 static status_t getRgb(uint8_t *r, uint8_t *g, uint8_t* b, uint32_t x, uint32_t y, in getRgb() argument 55 *g = std::min(std::max(yc - 0.344228f * uc - 0.717202f * vc, 0.0f), 255.0f); in getRgb() 70 *g = ((uint8_t*)buffer.data)[offset + 1]; in getRgb() 102 uint8_t r, g, b; in writePpm() local 105 status_t res = getRgb(&r, &g, &b, x, y, streamConfig, buffer); in writePpm() 110 outfile << r << g << b; in writePpm() 168 uint8_t r, g, b; in comparePpm() local 173 status_t res = getRgb(&r, &g, &b, x, y, streamConfig, buffer); in comparePpm() 183 diff += abs(static_cast<int32_t>(c) - g); in comparePpm()
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
D | hal_outputs.c | 395 static void google_orientation_geomagnetic(float *g) in google_orientation_geomagnetic() argument 400 g[0] = atan2f(-R[1][0], R[0][0]) * rad2deg; in google_orientation_geomagnetic() 401 g[1] = atan2f(-R[2][1], R[2][2]) * rad2deg; in google_orientation_geomagnetic() 402 g[2] = asinf ( R[2][0]) * rad2deg; in google_orientation_geomagnetic() 403 if (g[0] < 0) in google_orientation_geomagnetic() 404 g[0] += 360; in google_orientation_geomagnetic() 426 static void google_orientation_6_axis(float *g) in google_orientation_6_axis() argument 433 g[0] = atan2f(-R[1][0], R[0][0]) * rad2deg; in google_orientation_6_axis() 434 g[1] = atan2f(-R[2][1], R[2][2]) * rad2deg; in google_orientation_6_axis() 435 g[2] = asinf ( R[2][0]) * rad2deg; in google_orientation_6_axis() [all …]
|
/hardware/interfaces/tests/pointer/1.0/default/ |
D | Graph.cpp | 19 Return<void> Graph::passAGraph(const IGraph::Graph& g) { in passAGraph() argument 21 PUSH_ERROR_IF(!isSimpleGraph(g)); in passAGraph() 27 IGraph::Graph g; in giveAGraph() local 28 simpleGraph(g); in giveAGraph() 29 _cb(g); in giveAGraph()
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
D | hal_outputs.c | 441 static void google_orientation_geomagnetic(float *g) in google_orientation_geomagnetic() argument 446 g[0] = atan2f(-R[1][0], R[0][0]) * rad2deg; in google_orientation_geomagnetic() 447 g[1] = atan2f(-R[2][1], R[2][2]) * rad2deg; in google_orientation_geomagnetic() 448 g[2] = asinf ( R[2][0]) * rad2deg; in google_orientation_geomagnetic() 449 if (g[0] < 0) in google_orientation_geomagnetic() 450 g[0] += 360; in google_orientation_geomagnetic() 472 static void google_orientation_6_axis(float *g) in google_orientation_6_axis() argument 479 g[0] = atan2f(-R[1][0], R[0][0]) * rad2deg; in google_orientation_6_axis() 480 g[1] = atan2f(-R[2][1], R[2][2]) * rad2deg; in google_orientation_6_axis() 481 g[2] = asinf ( R[2][0]) * rad2deg; in google_orientation_6_axis() [all …]
|
/hardware/qcom/display/sdm845/gpu_tonemapper/ |
D | forward_tonemap.inl | 47 "float g = texture(xform, vec2(adj.g, 0.5f)).g; \n" 51 "float g = rgb.g; \n" 54 "fs_color.rgb = texture(tonemapper, ScaleOffset(vec3(r, g, b), tSO)).rgb; \n"
|
D | rgba_inverse_tonemap.inl | 50 …"float g = texture(xform, vec2(adj.g, 0.5f)).g; … 54 …"float g = rgb.g; … 57 …"fs_color.rgb = texture(tonemapper, ScaleOffset(vec3(r, g, b), tSO)).rgb * rgb_premulalpha.a; …
|
/hardware/qcom/display/msm8998/gpu_tonemapper/ |
D | forward_tonemap.inl | 47 "float g = texture(xform, vec2(adj.g, 0.5f)).g; \n" 51 "float g = rgb.g; \n" 54 "fs_color.rgb = texture(tonemapper, ScaleOffset(vec3(r, g, b), tSO)).rgb; \n"
|
D | rgba_inverse_tonemap.inl | 50 …"float g = texture(xform, vec2(adj.g, 0.5f)).g; … 54 …"float g = rgb.g; … 57 …"fs_color.rgb = texture(tonemapper, ScaleOffset(vec3(r, g, b), tSO)).rgb * rgb_premulalpha.a; …
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | FakeValueGenerator.h | 61 MuxGuard g(mLock); in startGeneratingHalEvents() 76 MuxGuard g(mLock); in stopGeneratingHalEvents() 95 MuxGuard g(mLock); in onTimer()
|
/hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
D | VehicleHalTestUtils.h | 134 MuxGuard g(mLock); in onPropertyEvent() 150 std::unique_lock<std::mutex> g(mLock); in waitForExpectedEvents() 155 return mEventCond.wait_for(g, kTimeout) == std::cv_status::timeout; in waitForExpectedEvents() 159 if (mEventCond.wait_for(g, kTimeout) == std::cv_status::timeout) { in waitForExpectedEvents()
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/ |
D | stress_iio.c | 503 bool g, a; variable 508 bool g, a, out; in run_enable_sequence() local 511 g = rand()%2; in run_enable_sequence() 513 if (!g && !a) in run_enable_sequence() 516 g = true; in run_enable_sequence() 522 if(g) { in run_enable_sequence() 626 bool g, a, out; in run_dmp_off() local 629 g = rand()%2; in run_dmp_off() 631 if (!g && !a) in run_dmp_off() 634 g = true; in run_dmp_off() [all …]
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssDebug.hal | 13 * Both ephemeris & almanac are not known (e.g. during a cold start 37 * method, e.g. injected via a local debug tool, from build defaults 38 * (e.g. almanac), or is from a satellite 103 * If no fresh information is available, e.g. after a delete all, 105 * provided (e.g. Jan. 1, 2017, with an uncertainty of 5 years) expressed 144 * effective time of the ephemeris source (e.g. TOE, TOA.)
|
/hardware/libhardware/tests/hwc/ |
D | util.c | 114 EGLint R,G,B,A,r,g,b,a; in select_config_for_window() local 146 EGLint r,g,b,a; in select_config_for_window() local 148 eglGetConfigAttrib(dpy, cfg[i], EGL_GREEN_SIZE, &g); in select_config_for_window() 151 if (r == R && g == G && b == B && a == A) { in select_config_for_window()
|
/hardware/interfaces/power/1.1/ |
D | types.hal | 21 * a subsystem (e.g. wifi, bt) is capable of getting into. 54 * PowerStateSubsystem represents a subsystem (e.g. wifi, bt) 61 * Subsystem name (e.g. wifi, bt etc.)
|
/hardware/intel/img/psb_video/src/x11/ |
D | psb_x11.c | 203 int r, g, b; in psb_putsurface_x11() local 206 g = y - (((179 * (v - 128)) + (86 * (u - 128))) >> 8); in psb_putsurface_x11() 210 if (g > 255) g = 255; in psb_putsurface_x11() 213 if (g < 0) g = 0; in psb_putsurface_x11() 216 *pixel = ((r << rshift) & rmask) | ((g << gshift) & gmask) | ((b << bshift) & bmask); in psb_putsurface_x11()
|