Searched defs:cast (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Stream.cpp39 Camera3Stream* Camera3Stream::cast(camera3_stream *stream) { function in class:android::camera3::Camera3Stream
43 const Camera3Stream* Camera3Stream::cast(const camera3_stream *stream) { function in class:android::camera3::Camera3Stream
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java52 private static final String SLOT_CAST = "cast";
109 public PhoneStatusBarPolicy(Context context, CastController cast, HotspotController hotspot) { argument
111 mCast = cast;
157 // cast
H A DQSTileHost.java95 CastController cast, FlashlightController flashlight,
106 mCast = cast;
262 else if (tileSpec.equals("cast")) return new CastTile(this);
91 QSTileHost(Context context, PhoneStatusBar statusBar, BluetoothController bluetooth, LocationController location, RotationLockController rotation, NetworkController network, ZenModeController zen, HotspotController hotspot, CastController cast, FlashlightController flashlight, UserSwitcherController userSwitcher, KeyguardMonitor keyguard, SecurityController security) argument
/frameworks/base/tools/aidl/
H A DAST.h142 Type* cast; member in struct:Assignment
145 Assignment(Variable* lvalue, Expression* rvalue, Type* cast);
232 Type* cast; member in struct:VariableDeclaration
236 VariableDeclaration(Variable* lvalue, Expression* rvalue, Type* cast = NULL);
H A Dgenerate_java_rpc.cpp369 generate_get_listener_expression(Type* cast) argument
371 return new Cast(cast, new MethodCall(THIS_VALUE, "getView"));

Completed in 1765 milliseconds