| /packages/modules/Uwb/framework/java/android/uwb/ |
| D | IUwbVendorUciCallback.aidl | 21 void onVendorResponseReceived(int gid, int oid, in byte[] payload); in onVendorResponseReceived() 22 void onVendorNotificationReceived(int gid, int oid, in byte[] payload); in onVendorNotificationReceived()
|
| D | UwbVendorUciCallbackListener.java | 80 public void onVendorResponseReceived(int gid, int oid, @NonNull byte[] payload) in onVendorResponseReceived() 98 public void onVendorNotificationReceived(int gid, int oid, @NonNull byte[] payload) in onVendorNotificationReceived()
|
| D | IUwbAdapter.aidl | 356 int sendVendorUciMessage(int mt, int gid, int oid, in byte[] payload); in sendVendorUciMessage()
|
| /packages/modules/Uwb/service/java/com/android/server/uwb/data/ |
| D | UwbVendorUciResponse.java | 24 public int gid; field in UwbVendorUciResponse 27 public UwbVendorUciResponse(byte status, int gid, int oid, byte[] payload) { in UwbVendorUciResponse()
|
| /packages/modules/Uwb/indev_uwb_adaptation/java/com/android/server/uwb/indev/ |
| D | UwbServiceCore.java | 105 public void onVendorUciNotificationReceived(int gid, int oid, byte[] payload) { in onVendorUciNotificationReceived() 231 public UwbVendorUciResponse sendVendorCommand(int gid, int oid, byte[] payload) { in sendVendorCommand() 270 private native UwbVendorUciResponse nativeSendVendorCmd(int gid, int oid, byte[] payload); in nativeSendVendorCmd()
|
| D | IUwbServiceListener.java | 66 void onVendorUciNotificationReceived(int gid, int oid, byte[] payload); in onVendorUciNotificationReceived()
|
| /packages/modules/adb/libs/libadbd_fs/ |
| D | adbd_fs.cpp | 21 void adbd_fs_config(const char* path, int dir, const char* target_out_path, uid_t* uid, gid_t* gid, in adbd_fs_config()
|
| /packages/modules/Uwb/tests/cts/tests/src/android/uwb/cts/ |
| D | UwbManagerTest.java | 454 public int gid; field in UwbManagerTest.UwbVendorUciCallback 466 public void onVendorUciResponse(int gid, int oid, byte[] payload) { in onVendorUciResponse() 474 public void onVendorUciNotification(int gid, int oid, byte[] payload) { in onVendorUciNotification() 1497 int gid = 9; in testSendVendorUciMessageVendorGid() local 1531 int gid = 1; in testSendVendorUciMessageFiraGid() local 1565 int gid = 9; in testSendVendorUciMessageWithFragmentedPackets() local 1600 int gid = 9; in testSendVendorUciMessageWithMessageType() local
|
| /packages/modules/adb/daemon/ |
| D | file_sync_service.cpp | 109 gid_t gid = -1; in secure_mkdirs() local 348 gid_t gid, uint64_t capabilities, mode_t mode, in handle_send_file() 531 gid_t gid = -1; in send_impl() local
|
| /packages/modules/Uwb/service/java/com/android/server/uwb/jni/ |
| D | INativeUwbManager.java | 106 void onVendorUciNotificationReceived(int gid, int oid, byte[] payload); in onVendorUciNotificationReceived()
|
| D | NativeUwbManager.java | 112 public void onVendorUciNotificationReceived(int gid, int oid, byte[] payload) { in onVendorUciNotificationReceived() 369 public UwbVendorUciResponse sendRawVendorCmd(int mt, int gid, int oid, byte[] payload, in sendRawVendorCmd() 496 private native UwbVendorUciResponse nativeSendRawVendorCmd(int mt, int gid, int oid, in nativeSendRawVendorCmd()
|
| /packages/services/Car/cpp/evs/sampleDriver/hidl/ |
| D | ConfigManager.h | 178 std::unique_ptr<CameraGroupInfo>& getCameraGroupInfo(const std::string& gid) { in getCameraGroupInfo()
|
| /packages/modules/Uwb/service/tests/src/com/android/server/uwb/ |
| D | UwbServiceCoreTest.java | 1183 int gid = 0; in testSendVendorUciCommand() local 1205 int gid = 0; in testSendVendorUciCommandMessageTypeTest() local 1466 int gid = 0; in testVendorUciNotificationCallback() local
|
| D | UwbServiceImplTest.java | 792 final int gid = 0; in testSendVendorUciMessage() local
|
| /packages/services/Car/cpp/evs/sampleDriver/aidl/include/ |
| D | ConfigManager.h | 181 std::unique_ptr<CameraGroupInfo>& getCameraGroupInfo(const std::string& gid) { in getCameraGroupInfo()
|
| /packages/modules/adb/ |
| D | file_sync_protocol.h | 63 uint32_t gid; member 86 uint32_t gid; member
|
| /packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/ |
| D | Threshold.java | 60 private Threshold(int tid, int gid, Threshold t) { in Threshold()
|
| /packages/modules/Uwb/service/java/com/android/server/uwb/ |
| D | UwbServiceCore.java | 225 public void onVendorUciNotificationReceived(int gid, int oid, byte[] payload) { in onVendorUciNotificationReceived() 657 private void sendVendorUciResponse(int gid, int oid, byte[] payload) { in sendVendorUciResponse() 673 public synchronized int sendVendorUciMessage(int mt, int gid, int oid, byte[] payload, in sendVendorUciMessage()
|
| D | UwbServiceImpl.java | 324 public synchronized int sendVendorUciMessage(int mt, int gid, int oid, byte[] payload) in sendVendorUciMessage()
|
| /packages/modules/Connectivity/service/jni/ |
| D | com_android_server_connectivity_ClatCoordinator.cpp | 61 const mode_t mode, const uid_t uid, const gid_t gid, in verifyPerms() 101 #define V(path, md, uid, gid, ctx, vtype) \ argument
|
| /packages/modules/Virtualization/zipfuse/src/ |
| D | main.rs | 51 let gid: u32 = matches.get_one::<String>("gid").map_or(0, |s| s.parse().unwrap()); in main() localVariable 133 gid: u32, field 482 gid: u32, field
|
| /packages/modules/Bluetooth/system/bta/groups/ |
| D | groups.cc | 108 auto gid = GetGroupId(addr, uuid); in AddDevice() local
|
| /packages/modules/Uwb/indev_uwb_adaptation/jni/src/ |
| D | api.rs | 401 let gid = gid as u32; in send_raw_vendor_cmd() localVariable
|
| /packages/modules/Bluetooth/system/bta/csis/ |
| D | csis_client.cc | 582 auto gid = csis_inst->GetGroupId(); in SerializeSets() local 623 uint8_t gid; in DeserializeSets() local
|