Home
last modified time | relevance | path

Searched defs:gid (Results 1 – 24 of 24) sorted by relevance

/packages/modules/Uwb/framework/java/android/uwb/
DIUwbVendorUciCallback.aidl21 void onVendorResponseReceived(int gid, int oid, in byte[] payload); in onVendorResponseReceived()
22 void onVendorNotificationReceived(int gid, int oid, in byte[] payload); in onVendorNotificationReceived()
DUwbVendorUciCallbackListener.java80 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()
DIUwbAdapter.aidl356 int sendVendorUciMessage(int mt, int gid, int oid, in byte[] payload); in sendVendorUciMessage()
/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbVendorUciResponse.java24 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/
DUwbServiceCore.java105 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()
DIUwbServiceListener.java66 void onVendorUciNotificationReceived(int gid, int oid, byte[] payload); in onVendorUciNotificationReceived()
/packages/modules/adb/libs/libadbd_fs/
Dadbd_fs.cpp21 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/
DUwbManagerTest.java454 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/
Dfile_sync_service.cpp109 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/
DINativeUwbManager.java106 void onVendorUciNotificationReceived(int gid, int oid, byte[] payload); in onVendorUciNotificationReceived()
DNativeUwbManager.java112 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/
DConfigManager.h178 std::unique_ptr<CameraGroupInfo>& getCameraGroupInfo(const std::string& gid) { in getCameraGroupInfo()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbServiceCoreTest.java1183 int gid = 0; in testSendVendorUciCommand() local
1205 int gid = 0; in testSendVendorUciCommandMessageTypeTest() local
1466 int gid = 0; in testVendorUciNotificationCallback() local
DUwbServiceImplTest.java792 final int gid = 0; in testSendVendorUciMessage() local
/packages/services/Car/cpp/evs/sampleDriver/aidl/include/
DConfigManager.h181 std::unique_ptr<CameraGroupInfo>& getCameraGroupInfo(const std::string& gid) { in getCameraGroupInfo()
/packages/modules/adb/
Dfile_sync_protocol.h63 uint32_t gid; member
86 uint32_t gid; member
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DThreshold.java60 private Threshold(int tid, int gid, Threshold t) { in Threshold()
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbServiceCore.java225 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()
DUwbServiceImpl.java324 public synchronized int sendVendorUciMessage(int mt, int gid, int oid, byte[] payload) in sendVendorUciMessage()
/packages/modules/Connectivity/service/jni/
Dcom_android_server_connectivity_ClatCoordinator.cpp61 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/
Dmain.rs51 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/
Dgroups.cc108 auto gid = GetGroupId(addr, uuid); in AddDevice() local
/packages/modules/Uwb/indev_uwb_adaptation/jni/src/
Dapi.rs401 let gid = gid as u32; in send_raw_vendor_cmd() localVariable
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_client.cc582 auto gid = csis_inst->GetGroupId(); in SerializeSets() local
623 uint8_t gid; in DeserializeSets() local